Fix: ongoingProcess for sending Tx in shapeshift-confirm

This commit is contained in:
Gabriel Masclef 2018-02-06 14:35:39 -03:00
parent 3a2bc48b5d
commit 421510043c
No known key found for this signature in database
GPG Key ID: DD6D7EAADE12280D
1 changed files with 0 additions and 2 deletions

View File

@ -340,9 +340,7 @@ export class ShapeshiftConfirmPage {
return;
}
this.onGoingProcessProvider.set('sendingTx', true);
this.publishAndSign(this.fromWallet, this.createdTx).then((txSent: any) => {
this.onGoingProcessProvider.set('sendingTx', false);
this.txSent = txSent;
this.saveShapeshiftData();
}).catch((err: any) => {