Skip to content

Commit

Permalink
fixup! fix(smartWallet): handle upgrade disconnects from purse notifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Nov 28, 2023
1 parent b3cb5b3 commit 42286cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/smart-wallet/src/smartWallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ export const prepareSmartWallet = (baggage, shared) => {
helper.watchPurse(purse); // retry
}
console.error(`*** ${address} failed amount observer, ${err} ***`);
// TODO: think about API change.
throw err;
}
},
Expand Down

0 comments on commit 42286cb

Please sign in to comment.