e39fa32487
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. |
||
---|---|---|
.. | ||
fixedIO_test.go | ||
json.go | ||
serialization.go | ||
tx.go | ||
tx_test.go |