From da8fee518584a6f6bdaea5da4fb0a41e6907a20c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sza=C5=82owski?= Date: Tue, 11 Feb 2025 11:05:55 +0100 Subject: [PATCH] chore: commit to rebuild the frontend service --- govtool/frontend/src/context/wallet.tsx | 1 - 1 file changed, 1 deletion(-) 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);