0
version of bitcoin-cli 0.17.1
when I try
bitcoin-cli getbalance
I get balance 0.00010471 BTC
when I try
bitcoin-cli listtransactions "*" 1000000 >aaa.txt
and then calculate
SUM(receive) - SUM(send) - SUM(fee)
I get 1.18202354 BTC
WHY???
0
version of bitcoin-cli 0.17.1
when I try
bitcoin-cli getbalance
I get balance 0.00010471 BTC
when I try
bitcoin-cli listtransactions "*" 1000000 >aaa.txt
and then calculate
SUM(receive) - SUM(send) - SUM(fee)
I get 1.18202354 BTC
WHY???
1Do you have any unconfirmed transactions or have you imported anything as watchonly? – Andrew Chow – 2019-09-24T03:24:48.237
No, I have not unconfirmed transactions and have not imported anything – Misha S. – 2019-09-25T04:06:35.280