Fix ReactiveWallet creation on pages

This commit is contained in:
2026-01-15 13:51:58 +11:00
parent a7c588f0e5
commit 86b54e5293

View File

@@ -183,7 +183,7 @@ async function initializeWallet() {
}
// Wrap in reactive wallet.
wallet.value = new ReactiveWallet(baseWallet);
wallet.value = new ReactiveWallet({ wallet: baseWallet });
watch(wallet.value.transactions, (transactions) => {
transactions.forEach((tx) => {