This repository has been archived by the owner on Jan 12, 2022. It is now read-only.
account.getUTXOS() returns empty array (forgets UTXOS) upon client init using mn-bootstrap local config #231
Labels
bug
Something isn't working
Using
mn-bootstrap
in local setup:account.getUTXOS()
loses all existing UTXOS and returns an empty array upon client re-init (refreshing the browser page) when unless the utxo has been directly mined using themn wallet:mint
command.await client.getWalletAccount()
will not show any, txs or balance that already existent prior to calling the function, the receiving address showsused: false
until a new tx is sent while the client is connected.This makes feature development difficult / less portable to testnet.
https://discord.com/channels/670271785974890526/670599939528851476/802438229537587200
https://discord.com/channels/670271785974890526/670599939528851476/809021255906099250
The text was updated successfully, but these errors were encountered: