Fix.
This commit is contained in:
parent
13ef0e2be9
commit
e10cb732fd
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue