mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
Fix.
This commit is contained in:
parent
13ef0e2be9
commit
e10cb732fd
@ -372,7 +372,6 @@ func (db *LevelDb) FetchTxBySha(txsha *btcwire.ShaHash) ([]*btcdb.TxListReply, e
|
|||||||
if txerr != btcdb.TxShaMissing {
|
if txerr != btcdb.TxShaMissing {
|
||||||
return []*btcdb.TxListReply{}, txerr
|
return []*btcdb.TxListReply{}, txerr
|
||||||
}
|
}
|
||||||
replylen++
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sTxList, fSerr := db.getTxFullySpent(txsha)
|
sTxList, fSerr := db.getTxFullySpent(txsha)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user