Merge pull request #140 from Permissionless-Software-Foundation/ct-unstable

fix(minimal-slp-wallet): Using v3 of minimal-slp-wallet
This commit is contained in:
Chris Troutner
2021-03-18 08:31:38 -07:00
committed by GitHub
@@ -182,11 +182,6 @@ class SendTokens extends React.Component {
const walletAddr = bchWalletLib.walletInfo.address
await bchWalletLib.utxos.initUtxoStore(walletAddr)
// For some reason, the utxo categories do not get populated, so we have
// to do it manually.
bchWalletLib.utxos.bchUtxos = await bchWalletLib.utxos.getBchUtxos()
bchWalletLib.utxos.tokenUtxos = await bchWalletLib.utxos.getTokenUtxos()
// Used for debugging.
// console.log(`receiver: ${JSON.stringify(receiver, null, 2)}`)
// console.log(