mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Contract id mismatch log message. (#227)
* Added contract id mismatch log. * Added individual docker image run script.
This commit is contained in:
@@ -104,7 +104,10 @@ namespace p2p
|
||||
|
||||
// Check whether contract ids match.
|
||||
if (chall.contract_id != conf::cfg.contract.id)
|
||||
{
|
||||
LOG_ERROR << "Contract id mismatch. Dropping connection " << session.display_name();
|
||||
return -1;
|
||||
}
|
||||
|
||||
// Sending the challenge response to the sender.
|
||||
flatbuffers::FlatBufferBuilder fbuf(1024);
|
||||
|
||||
Reference in New Issue
Block a user