diff options
| author | Ben Woosley <[email protected]> | 2018-06-22 18:27:18 +0000 |
|---|---|---|
| committer | Ben Woosley <[email protected]> | 2018-09-11 00:58:05 -0400 |
| commit | da74db0940720407fafaf3582bbaf9c81a4d3b4d (patch) | |
| tree | 12ea45e64d4da961a7f89a718ea3c9bb233ea173 /src/blockencodings.cpp | |
| parent | Merge #14097: validation: Log FormatStateMessage on ConnectBlock error in Con... (diff) | |
| download | discoin-da74db0940720407fafaf3582bbaf9c81a4d3b4d.tar.xz discoin-da74db0940720407fafaf3582bbaf9c81a4d3b4d.zip | |
Drop unused GetType() from CSizeComputer
Diffstat (limited to 'src/blockencodings.cpp')
| -rw-r--r-- | src/blockencodings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blockencodings.cpp b/src/blockencodings.cpp index b17ff3507..4c57965be 100644 --- a/src/blockencodings.cpp +++ b/src/blockencodings.cpp @@ -162,7 +162,7 @@ ReadStatus PartiallyDownloadedBlock::InitData(const CBlockHeaderAndShortTxIDs& c break; } - LogPrint(BCLog::CMPCTBLOCK, "Initialized PartiallyDownloadedBlock for block %s using a cmpctblock of size %lu\n", cmpctblock.header.GetHash().ToString(), GetSerializeSize(cmpctblock, SER_NETWORK, PROTOCOL_VERSION)); + LogPrint(BCLog::CMPCTBLOCK, "Initialized PartiallyDownloadedBlock for block %s using a cmpctblock of size %lu\n", cmpctblock.header.GetHash().ToString(), GetSerializeSize(cmpctblock, PROTOCOL_VERSION)); return READ_STATUS_OK; } |