ElementsProject / ElementsProject/elements
Missing the asset balance after the transactions is trusted false
- Dominant language
- C++
- Stars
- 1.2k
- Forks
- 416
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 15
Description
```
{
"address": "xxxxxxxx",
"category": "send",
"amount": -100000.00000000,
"amountblinder": "0000000000000000000000000000000000000000000000000000000000000000",
"asset": "xxxxxxxx",
"assetblinder": "0000000000000000000000000000000000000000000000000000000000000000",
"vout": 0,
"fee": 0.00026420,
"confirmations": 0,
"trusted": "false",
"txid": "xxxxxx",
"walletconflicts": [
],
"time": xxxx,
"timereceived": xxxx,
"bip125-replaceable": "no",
"abandoned": "false"
}
```
After this transaction, the asset balance is not showing as expected. When I check the transaction history using `listtransaction` function and manually calculate the balance it is not matching with the `getbalance` function.
Contributor guide
Assessment
This issue has not been assessed yet.