Branch: refs/heads/master
Home: https://github.com/conformal/btcwallet
Commit: 243acf5491e22c8cec11e23703547b3743d4da1e
https://github.com/conformal/btcwallet/commit/243acf5491e22c8cec11e23703547b3743d4da1e
Author: Josh Rickmar <[email protected]>
Date: 2014-02-04 (Tue, 04 Feb 2014)
Changed paths:
M createtx.go
M createtx_test.go
Log Message:
-----------
Fix issue calculating eligible inputs.
Use the new confirmed function to test whether unspent transaction
outputs are confirmed enough to be used as a possible transaction
inputs instead of the old check (which was incorrect and required an
extra confirmation).
Modified the test to require one confirmation instead of none so the
confirmed enough check actually occurs.