Difference in getbalance and total sum of list of listunspent
bitcoin-cli listunspent | grep amount
"amount": 0.00002129,
"amount": 0.00002129,
"amount": 0.00004280,
"amount": 0.00002756,
"amount": 0.00004278,
"amount": 0.00004263,
"amount": 0.00004263,
bitcoin-cli getbalances
{
"mine": {
"trusted": 0.00002756,
"untrusted_pending": 0.00000000,
"immature": 0.00000000,
"used": 0.00021342
}
}
Bitcoin Core Version: bitcoin-core-24.-
Wallet version : 169900
Operating System: Ubuntu 22.04 64-bit
getbalance: 0.00002756
total of listunspent: 0.000240979
Is there a reason why there are difference in the results from both cli calls ?
from Recent Questions - Bitcoin Stack Exchange https://ift.tt/U5CqMkl
via IFTTT