Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed Jan 20, 2025
1 parent b5a1e1d commit c06e1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/demo-wallet/src/App/components/ReceiveFunds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function ReceiveFunds() {
const updateUnifiedAddress = async () => {
if (state.webWallet && state.activeAccount !== undefined) {
let address = await state.webWallet.get_current_address(
state.activeAccount || 0,
state.activeAccount,
);
setUnifiedAddress(address);
}
Expand Down

0 comments on commit c06e1a2

Please sign in to comment.