Why is bitcoin balance is incorrect?

-1

For bitcoin-QT, why can't I get any confirmations, but it still subtracts from my total balance?

cartm

Posted 2018-01-10T20:13:27.953

Reputation: 1

please you need to be a bit more precise on describing your situation. We don't know what "it still subtracts" means, and also what confirmations you expect. Maybe a tx ID or bitcoin address would help, if you don't mind privacy.pebwindkraft 2018-01-11T08:42:11.693

Answers

0

When you send from your wallet, your wallet will subtract the amount sent and mark the input that was spent as spent even when the transaction is unconfirmed. This is to prevent you from creating a conflicting transaction accidentally if you wish to send Bitcoin to someone else while the previous send is not confirmed.

This is standard behavior for all wallets.

Andrew Chow

Posted 2018-01-10T20:13:27.953

Reputation: 40 910