Skip to content

Commit

Permalink
20231217
Browse files Browse the repository at this point in the history
  • Loading branch information
dynexcoin committed Dec 17, 2023
1 parent 9287d78 commit fde16f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/P2p/NetNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1390,6 +1390,7 @@ namespace DynexCN
add_host_fail(context.m_remote_ip);
logger(Logging::INFO) << context << "WRONG NETWORK AGENT CONNECTED! id=" << arg.node_data.network_id;
context.m_state = DynexCNConnectionContext::state_shutdown;
block_host(context.m_remote_ip, 24 * 60 * 60); // 24h
return 1;
}

Expand Down
2 changes: 1 addition & 1 deletion src/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define CN_VER_MAJOR 2
#define CN_VER_MINOR 2
#define CN_VER_REV 2
#define CN_VER_BUILD 20231211
#define CN_VER_BUILD 20231217
#define CN_VER_REMARK "#non-privacy"
#define CN_PROJECT_VERSION STR(CN_VER_MAJOR) "." STR(CN_VER_MINOR) "." STR(CN_VER_REV)
#define CN_PROJECT_VERSION_BUILD_NO STR(CN_VER_BUILD)
Expand Down

0 comments on commit fde16f7

Please sign in to comment.