lbcwallet/tx
Josh Rickmar e39fa32487 Fix listtransactions category for coinbase outputs.
The category for a received coinbase output should be "generate" for a
mature coinbase (one that has reached btcchain.CoinbaseMaturity
confirmations), or "immature" if the required number of confirmations
has not been reached yet.  New Confirmed and Confirmations methods
have been added to the transaction store's TxRecord type to check if
the required number of confirmations have been met for coinbase
outputs.

While here, update the main package to use the new TxRecord methods,
rather than duplicating the confirmation checking code in two places.
2014-05-06 22:48:12 -05:00
..
fixedIO_test.go Introduce new transaction store. 2014-02-24 14:35:30 -05:00
json.go Fix listtransactions category for coinbase outputs. 2014-05-06 22:48:12 -05:00
serialization.go Add missing license to top of source file. 2014-05-05 17:34:55 -05:00
tx.go Fix listtransactions category for coinbase outputs. 2014-05-06 22:48:12 -05:00
tx_test.go Another day, another tx store implementation. 2014-05-05 16:12:05 -05:00