fix(moveTokens): Trying to fix tx-mempool conflict error

This commit is contained in:
Chris Troutner
2022-10-02 08:02:40 -07:00
parent b18bc51885
commit ec1f950ffb
+1 -1
View File
@@ -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.