mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-15 18:46:39 +00:00
Use Warnf when processing directives.
This commit is contained in:
parent
2480cb3a87
commit
efcf90d83d
@ -303,7 +303,7 @@ func (s *server) handleRelayInvMsg(state *peerState, iv *btcwire.InvVect) {
|
|||||||
if p.filter.IsLoaded() {
|
if p.filter.IsLoaded() {
|
||||||
tx, err := s.txMemPool.FetchTransaction(&iv.Hash)
|
tx, err := s.txMemPool.FetchTransaction(&iv.Hash)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
peerLog.Warn("Attempt to relay tx %s "+
|
peerLog.Warnf("Attempt to relay tx %s "+
|
||||||
"that is not in the memory pool",
|
"that is not in the memory pool",
|
||||||
iv.Hash)
|
iv.Hash)
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user