ElementsProject / ElementsProject/elements

Missing the asset balance after the transactions is trusted false

Open
#884 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.