diff --git a/src/pages/integrations/shapeshift/shapeshift-confirm/shapeshift-confirm.ts b/src/pages/integrations/shapeshift/shapeshift-confirm/shapeshift-confirm.ts index 98333fd5e..c8953ca4a 100644 --- a/src/pages/integrations/shapeshift/shapeshift-confirm/shapeshift-confirm.ts +++ b/src/pages/integrations/shapeshift/shapeshift-confirm/shapeshift-confirm.ts @@ -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) => {