Merge pull request #7998 from Gamboster/fix/ongoingSendingTxShapeshift

[v4] Fix: ongoingProcess for sending Tx in shapeshift-confirm
This commit is contained in:
Gabriel Edgardo Bazán 2018-02-06 17:00:10 -03:00 committed by GitHub
commit dbfd62416b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) => {