diff --git a/govtool/frontend/src/context/wallet.tsx b/govtool/frontend/src/context/wallet.tsx index a698f5ae5..a398730d2 100644 --- a/govtool/frontend/src/context/wallet.tsx +++ b/govtool/frontend/src/context/wallet.tsx @@ -287,7 +287,6 @@ const CardanoProvider = (props: Props) => { ).to_bech32(); setWalletState((prev) => ({ ...prev, changeAddress })); - // return changeAddress for the usage of the pillars; return changeAddress; } catch (err) { console.error(err);