mirror of
https://github.com/btcsuite/btcd.git
synced 2026-08-19 13:17:36 +02:00
FetchTxBySha changes what it returns, it can now return a TxListReply and and error if none are found. FetchTxByShaList is renamed to FetchUnSpentTxByShaList to indicate that it will (likey/eventually) only return Tx that have some unspent TxOuts. Tx which are fully spent may not be (reliably) looked up using this API. |
||
|---|---|---|
| .. | ||
| testdata | ||
| doc.go | ||
| insertfail_test.go | ||
| insertremove_test.go | ||
| internal_test.go | ||
| operational_test.go | ||
| sqlite.go | ||
| sqliteblock.go | ||
| sqlitedbcache.go | ||
| sqlitetx.go | ||