Skip to content

Commit

Permalink
Updates checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Snider committed Jan 30, 2024
1 parent 64a5a9d commit 9228be5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/cryptonote_basic/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ namespace cryptonote
ADD_CHECKPOINT(100000, "52648fe3c9b2485c0823652d46c9900fa9593e10db75cac6ba3f13adc9d78ec8");
ADD_CHECKPOINT(110000, "099d1185f1fdd5f0023400bf5b868782fbd0c4d7362fc906e577af2415378dfd");
ADD_CHECKPOINT(1480026, "d7c1998e4c3b722d84dbba5be0bbe068b5be2b0b6368c59d9765674c466c9b8e");
ADD_CHECKPOINT(1499642, "4b986b27cb9bbfd2ac17ed063f082c250e70dcc7948286d888905ec551d1c5b1");
ADD_CHECKPOINT(1499789, "e56669bdc3c4bf871a13f8d6baede057c4310bffe6441e79a6b6d143ec56f9d4");
ADD_CHECKPOINT(1499642, "ed4a1ea20e7a81a3bd26f2a3a7ef0d7d86bba987b8c83974a580ded72c6e7d5a");
ADD_CHECKPOINT(1499789, "8db1a038c282e2fb8e91028cd5f0ac90faa6dd55f6a0b55af9a38917425f9be0");
ADD_CHECKPOINT(1499795, "3247c520811e4eacae50ab4dc8130a279b74eadd49911f4fe2fb02f79b3bbc00");
return true;
}
Expand Down
2 changes: 1 addition & 1 deletion src/cryptonote_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

#define BLOCKS_IDS_SYNCHRONIZING_DEFAULT_COUNT 10000 //by default, blocks ids count in synchronizing
#define BLOCKS_SYNCHRONIZING_DEFAULT_COUNT_PRE_V4 100 //by default, blocks count in blocks downloading
#define BLOCKS_SYNCHRONIZING_DEFAULT_COUNT 200 //by default, blocks count in blocks downloading
#define BLOCKS_SYNCHRONIZING_DEFAULT_COUNT 20 //by default, blocks count in blocks downloading
#define CRYPTONOTE_PROTOCOL_HOP_RELAX_COUNT 3 //value of hop, after which we use only announce of new block

#define CRYPTONOTE_MEMPOOL_TX_LIVETIME 86400 //seconds, one day
Expand Down

0 comments on commit 9228be5

Please sign in to comment.