Skip to content

Commit 9ee4168

Browse files
authored
Merge pull request #2951 from IntersectMBO/chore/dummy-commit-to-rebuild-the-frontend-service
chore: commit to rebuild the frontend service
2 parents 9f5e578 + da8fee5 commit 9ee4168

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

govtool/frontend/src/context/wallet.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ const CardanoProvider = (props: Props) => {
287287
).to_bech32();
288288
setWalletState((prev) => ({ ...prev, changeAddress }));
289289

290-
// return changeAddress for the usage of the pillars;
291290
return changeAddress;
292291
} catch (err) {
293292
console.error(err);

0 commit comments

Comments
 (0)