mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-21 16:52:06 -07:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user