We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5e578 commit da8fee5Copy full SHA for da8fee5
govtool/frontend/src/context/wallet.tsx
@@ -287,7 +287,6 @@ const CardanoProvider = (props: Props) => {
287
).to_bech32();
288
setWalletState((prev) => ({ ...prev, changeAddress }));
289
290
- // return changeAddress for the usage of the pillars;
291
return changeAddress;
292
} catch (err) {
293
console.error(err);
0 commit comments