blockchain: include number of discarded blocks in --reorg-notify

This commit is contained in:
moneromooo-monero
2019-02-06 22:01:40 +00:00
parent 4d598e3d4d
commit 356d813799
2 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -188,8 +188,9 @@ namespace cryptonote
static const command_line::arg_descriptor<std::string> arg_reorg_notify = {
"reorg-notify"
, "Run a program for each reorg, '%s' will be replaced by the split height, "
"'%h' will be replaced by the new blockchain height, and '%n' will be "
"replaced by the number of new blocks in the new chain"
"'%h' will be replaced by the new blockchain height, '%n' will be "
"replaced by the number of new blocks in the new chain, and '%d' will be "
"replaced by the number of blocks discarded from the old chain"
, ""
};
static const command_line::arg_descriptor<std::string> arg_block_rate_notify = {