Skip to content

Commit a47482d

Browse files
author
limxdev
committed
Update net_processing.cpp
1 parent 9b2e24a commit a47482d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/net_processing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1958,7 +1958,7 @@ bool static ProcessMessage(CNode* pfrom, const std::string& strCommand, CDataStr
19581958
LogPrint(BCLog::NET, "SPORK_BTX_18_MIN_PEER_PROTO_VERSION = %d\n", sporkManager.GetSporkValue(SPORK_BTX_18_MIN_PEER_PROTO_VERSION));
19591959
19601960
if (sporkManager.GetSporkValue(SPORK_BTX_18_MIN_PEER_PROTO_VERSION) < PROTOCOL_VERSION)
1961-
LogPrint(BCLog::NET, "SPORK_BTX_18_MIN_PEER_PROTO_VERSION < PROTOCOL_VERSION n");
1961+
LogPrint(BCLog::NET, "SPORK_BTX_18_MIN_PEER_PROTO_VERSION < PROTOCOL_VERSION \n");
19621962
*/
19631963
// BTX END
19641964
if (nVersion == 10300)

0 commit comments

Comments
 (0)