Branch: refs/heads/master
Home: https://github.com/conformal/btcdb
Commit: 80981b469629c6800e4b3b2a60abcc5be92a8e8d
https://github.com/conformal/btcdb/commit/80981b469629c6800e4b3b2a60abcc5be92a8e8d
Author: Dave Collins <[email protected]>
Date: 2013-11-01 (Fri, 01 Nov 2013)
Changed paths:
M interface_test.go
M ldb/leveldb.go
Log Message:
-----------
Update to no longer use deprecated TxShas.
The btcutil code was recently changed to provide a new Tx type which
provides hash caching (among other things). As a result, the notion of
obtaining a transaction hashes via TxShas was deprecated as well. This
commit updates the tests and backend implementation code accordingly.