Multibit-Legacy / multibit-hd

Deprecated Bitcoin Wallet
https://multibit.org/blog/2017/07/26/multibit-shutdown.html
Other
169 stars 124 forks source link

change not spendable #869

Closed jim618 closed 8 years ago

jim618 commented 8 years ago

I just sent a tx using the develop code (0.2.1) and though the tx broadcast ok. the change was not spendable. It was marked as 'unconfirmed'. This change should be spendable if seen by enough peers (in this case it was - seen by 3 peers out of 10).

jim618 commented 8 years ago

Screenshot:

screen shot 2016-02-26 at 17 15 22

Could be the change to Transaction#getConfidence is too aggressive

jim618 commented 8 years ago

Once the tx confirmed everything was as you'd expect.

jim618 commented 8 years ago

I have modified the Transaction#getConfidence so it is not so aggressive in overwriting the Wallet TransactionConfidence. This is an update to release-0.13.3-alice-0.2.1-SNAPSHOT

In testing this removes the 'send and change is not spendable' problem of the OP and all the rest of Send/Receive/Repair behaviour works as expected.

Awaiting review and closing

gary-rowe commented 8 years ago

Verified working.

Closing.