diff --git a/src/adapters/wallet.js b/src/adapters/wallet.js index d4f5f00..dcf075b 100644 --- a/src/adapters/wallet.js +++ b/src/adapters/wallet.js @@ -359,7 +359,7 @@ class WalletAdapter { } // Update the UTXO store of the wallet. - await this.bchWallet.getUtxos() + await this.bchWallet.initialize() // Get the token type of the token being moved. // Combine Fungible and NFT token UTXOs.