Fix ReactiveWallet creation on pages

This commit is contained in:
2026-01-15 13:51:49 +11:00
parent e99af43f06
commit a7c588f0e5

View File

@@ -162,7 +162,7 @@ async function initializeWallet() {
);
}
wallet.value = new ReactiveWallet(baseWallet);
wallet.value = new ReactiveWallet({ wallet: baseWallet });
await wallet.value.start();
// Build the address list.