mirror of https://github.com/waku-org/nwaku.git
fix: return on insert error (#2956)
This commit is contained in:
parent
4d47aa655f
commit
5f0fbd78c4
|
@ -97,6 +97,7 @@ proc handleMessage*(
|
|||
contentTopic = msg.contentTopic,
|
||||
timestamp = msg.timestamp,
|
||||
error = error
|
||||
return
|
||||
|
||||
trace "message archived",
|
||||
hash_hash = msgHash.to0xHex(),
|
||||
|
|
Loading…
Reference in New Issue