From 9841403c58106487ab32623dccb7b647cded5ca8 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 4 Oct 2013 12:11:58 -0500 Subject: [PATCH] Correct comment on fetchTxListMain. --- txlookup.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/txlookup.go b/txlookup.go index f5729f74..21abfb24 100644 --- a/txlookup.go +++ b/txlookup.go @@ -99,8 +99,8 @@ func disconnectTransactions(txStore TxStore, block *btcutil.Block) error { return nil } -// fetchTxList fetches transaction data about the provided list of transactions -// from the point of view of the end of the main chain. +// fetchTxListMain fetches transaction data about the provided list of +// transactions from the point of view of the end of the main chain. func fetchTxListMain(db btcdb.Db, txList []*btcwire.ShaHash) TxStore { // The transaction store map needs to have an entry for every requested // transaction. By default, all the transactions are marked as missing.