3b436402e0
If a transaction is added that debits from previous transaction outputs, and those outputs are still unconfirmed, it is possible that if the credits were not already known (as is the case with transactions notified after a sendrawtransaction), only mined unspent transaction outputs would be searched and the unconfirmed unspent credits would be missed. This results in spent outputs still being marked unspent. This change fixes the above by also searching through unconfirmed transactions when the previous credits must be lookup up, rather than being pass from an AddDebits call. Fixes issue #91. |
||
---|---|---|
.. | ||
doc.go | ||
fixedIO_test.go | ||
json.go | ||
serialization.go | ||
tx.go | ||
tx_test.go |