Fix ReactiveWallet creation on pages
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user