lbcwallet/txstore
Josh Rickmar 807379661c Buffer a result channel.
This will allow the worker goroutine to return even if one of the
other workers has already errored, preventing these goroutines from
lingering forever blocking on a channel send.
2015-01-05 19:54:06 -05:00
..
doc.go Pass txstore.Credit/Debits directly, not pointers. 2014-06-18 00:16:08 -05:00
fixedIO_test.go Rename tx package to txstore. 2014-05-08 14:51:33 -05:00
json.go Remove account support, fix races on btcd connect. 2014-07-25 13:26:14 -05:00
log.go Add basic transaction store logging. 2014-06-19 18:16:13 -05:00
notifications.go Remove account support, fix races on btcd connect. 2014-07-25 13:26:14 -05:00
serialization.go Changed TxIn.PreviousOutpoint to TxIn.PreviousOutPoint. 2014-10-01 17:27:55 +01:00
tx.go Buffer a result channel. 2015-01-05 19:54:06 -05:00
tx_test.go Remove account support, fix races on btcd connect. 2014-07-25 13:26:14 -05:00