Skip to content

Commit

Permalink
Set coldstake state after successfully enabling it
Browse files Browse the repository at this point in the history
  • Loading branch information
rynomster committed Nov 9, 2017
1 parent 1ffaa95 commit 27d637b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/modals/coldstake/coldstake.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export class ColdstakeComponent {
this.log.d(`setColdStakingAddress: set changeaddress: ${success.changeaddress.coldstakingaddress}`);
this._flashNotificationService.open('Successfully activated cold staking!', 'info');
// this.finalMessage = 'Successfully activated cold staking! ' + success.changeaddress.coldstakingaddress;
this._rpc.state.set('ui:coldstaking', success.changeaddress.coldstakingaddress);
this.close();
},
error => {
Expand Down

0 comments on commit 27d637b

Please sign in to comment.