lbcd/database/ldb
Dave Collins a4a52ae24f wire: Remove errs from BlockHeader/MsgBlock/MsgTx.
This commit removes the error returns from the BlockHeader.BlockSha,
MsgBlock.BlockSha, and MsgTx.TxSha functions since they can never fail and
end up causing a lot of unneeded error checking throughout the code base.

It also updates all call sites for the change.
2015-04-17 01:27:12 -05:00
..
dbtest Import btcdb repo into database directory. 2015-01-27 13:15:15 -06:00
block.go Minor hashing-related optimizations. 2015-04-06 11:33:58 -05:00
boundary_test.go Update btcwire path import paths to new location. 2015-02-05 15:16:39 -06:00
doc.go Import btcdb repo into database directory. 2015-01-27 13:15:15 -06:00
dup_test.go Update tests for btcutil Block.Sha API change. 2015-04-17 00:58:58 -05:00
insertremove_test.go wire: Remove errs from BlockHeader/MsgBlock/MsgTx. 2015-04-17 01:27:12 -05:00
internal_test.go Fix #303 and #346 and change addrindex sort order 2015-03-23 13:05:54 -04:00
leveldb.go Update for recent btcutil Block.Sha API change. 2015-04-17 00:44:15 -05:00
operational_test.go wire: Remove errs from BlockHeader/MsgBlock/MsgTx. 2015-04-17 01:27:12 -05:00
tx.go wire: Remove errs from BlockHeader/MsgBlock/MsgTx. 2015-04-17 01:27:12 -05:00