Skip to content

Commit

Permalink
Update Change log message
Browse files Browse the repository at this point in the history
Co-Authored-By: ansnunez <ansnunez@gmail.com>
  • Loading branch information
ShengguangXiao and ansnunez committed Jul 24, 2019
1 parent 924541f commit 5ab080e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libLookup/Lookup.cpp
Expand Up @@ -2804,8 +2804,7 @@ bool Lookup::ProcessRaiseStartPoW(const bytes& message, unsigned int offset,
}

if (expectedDSLeader.first != dspubkey) {
LOG_CHECK_FAIL("Message does not comes from DS leader", dspubkey,
expectedDSLeader.first);
LOG_CHECK_FAIL("DS leader key", dspubkey, expectedDSLeader.first);
return false;
}

Expand Down

0 comments on commit 5ab080e

Please sign in to comment.