I'm getting Assertion failed when I try to call sendredeem on lost bids or when calling sendupdate on a domain that I won after importing wallet.
Steps to reproduce:
- Install a fresh hsd node & run it.
- Import wallet with
mkwallet using mnemonic phrase.
- Attempt to redeem lost bids using
sendredeem or call sendupdate to update any record on a TLD.
Error message: Assertion failed
Both commands show assertion failed. Following suggestion by @pinheadmz I replaced blgr in hsd with the master branch to get stack traces.
Logs output:
Assertion failed.
at Balance.applyTo (/home/aa/hsd/lib/wallet/txdb.js:3123:5)
at TXDB.updateAccountBalance (/home/aa/hsd/lib/wallet/txdb.js:214:11)
at <anonymous>