This commit is contained in:
Dale Rahn 2013-11-07 18:24:27 -05:00
parent 13ef0e2be9
commit e10cb732fd

View file

@ -372,7 +372,6 @@ func (db *LevelDb) FetchTxBySha(txsha *btcwire.ShaHash) ([]*btcdb.TxListReply, e
if txerr != btcdb.TxShaMissing {
return []*btcdb.TxListReply{}, txerr
}
replylen++
}
sTxList, fSerr := db.getTxFullySpent(txsha)