Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
fix: add extra log on cluster restart
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jun 29, 2019
1 parent f5fa5ba commit 4e84d68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ class App extends React.Component {
const totalSupply = await this.connection.getTotalSupply();

if (transactionCount < this.state.transactionCount) {
this.addTerminalText(`Transaction count decreased from ${this.state.transactionCount} to ${transactionCount}`);
this.clusterRestart();
}

Expand Down

0 comments on commit 4e84d68

Please sign in to comment.