mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-11-28 08:11:08 +00:00
Logger: change log level for "Couldn't find UTXO entry" to debug
This commit is contained in:
parent
c5aade7e7f
commit
f406e380ce
@ -82,7 +82,7 @@ func extractMempoolEntriesByAddressesFromTransactions(context *rpccontext.Contex
|
|||||||
for i, input := range transaction.Inputs {
|
for i, input := range transaction.Inputs {
|
||||||
// TODO: Fix this
|
// TODO: Fix this
|
||||||
if input.UTXOEntry == nil {
|
if input.UTXOEntry == nil {
|
||||||
log.Errorf("Couldn't find UTXO entry for input %d in mempool transaction %s. This is a bug and should be fixed.", i, consensushashing.TransactionID(transaction))
|
log.Debugf("Couldn't find UTXO entry for input %d in mempool transaction %s. This is a bug and should be fixed.", i, consensushashing.TransactionID(transaction))
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user