Correct comment on fetchTxListMain.

This commit is contained in:
Dave Collins 2013-10-04 12:11:58 -05:00
parent d58fb25d98
commit 9841403c58

View file

@ -99,8 +99,8 @@ func disconnectTransactions(txStore TxStore, block *btcutil.Block) error {
return nil return nil
} }
// fetchTxList fetches transaction data about the provided list of transactions // fetchTxListMain fetches transaction data about the provided list of
// from the point of view of the end of the main chain. // transactions from the point of view of the end of the main chain.
func fetchTxListMain(db btcdb.Db, txList []*btcwire.ShaHash) TxStore { func fetchTxListMain(db btcdb.Db, txList []*btcwire.ShaHash) TxStore {
// The transaction store map needs to have an entry for every requested // The transaction store map needs to have an entry for every requested
// transaction. By default, all the transactions are marked as missing. // transaction. By default, all the transactions are marked as missing.