mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-27 10:54:21 +01:00
Merge pull request #35 from MutinyWallet/link-instructions
add instructions for linking
This commit is contained in:
@@ -21,6 +21,7 @@ export default function BalanceBox() {
|
||||
|
||||
const fetchOnchainBalance = async () => {
|
||||
console.log("Refetching onchain balance");
|
||||
await state.node_manager?.sync();
|
||||
const balance = await state.node_manager?.get_balance();
|
||||
return balance
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user