Fix ReactiveWallet creation on pages
This commit is contained in:
@@ -162,7 +162,7 @@ async function initializeWallet() {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
wallet.value = new ReactiveWallet(baseWallet);
|
wallet.value = new ReactiveWallet({ wallet: baseWallet });
|
||||||
await wallet.value.start();
|
await wallet.value.start();
|
||||||
|
|
||||||
// Build the address list.
|
// Build the address list.
|
||||||
|
|||||||
Reference in New Issue
Block a user