p2p, refactor: Extend logs for unexpected sendtxrcncl

This commit is contained in:
Gleb Naumenko
2022-10-25 11:44:11 +03:00
parent 87493e112e
commit 14263c13f1
2 changed files with 14 additions and 0 deletions

View File

@@ -3526,6 +3526,8 @@ void PeerManagerImpl::ProcessMessage(CNode& pfrom, const std::string& msg_type,
peer_txreconcl_version, remote_salt);
switch (result) {
case ReconciliationRegisterResult::NOT_FOUND:
LogPrintLevel(BCLog::NET, BCLog::Level::Debug, "Ignore unexpected txreconciliation signal from peer=%d\n", pfrom.GetId());
break;
case ReconciliationRegisterResult::SUCCESS:
break;
case ReconciliationRegisterResult::ALREADY_REGISTERED: