diff --git a/app/components/TimeNode/TimeNodeSettings.js b/app/components/TimeNode/TimeNodeSettings.js index a5203451..68fb5b68 100644 --- a/app/components/TimeNode/TimeNodeSettings.js +++ b/app/components/TimeNode/TimeNodeSettings.js @@ -7,7 +7,6 @@ class TimeNodeSettings extends Component { constructor(props) { super(props); this.resetWallet = this.resetWallet.bind(this); - this.clearStats = this.clearStats.bind(this); } resetWallet() { @@ -15,38 +14,10 @@ class TimeNodeSettings extends Component { this.props.timeNodeStore.clearStats(); } - clearStats() { - this.props.timeNodeStore.clearStats(); - this.props.timeNodeStore.updateStats(); - } - render() { return (
You can reset your TimeNode statistics here - claimed ETH, executed transactions counter and logs.
-