aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2020-10-12 21:13:58 +0000
committerxiphon <xiphon@protonmail.com>2020-10-13 15:23:35 +0000
commitec14e4b8cd5b78c8d3251bb205294810b29f880e (patch)
tree5b9d861c12a4af68c502299f314184a3e8ba3210 /src/simplewallet/simplewallet.h
parentMerge pull request #6819 (diff)
downloadmonero-ec14e4b8cd5b78c8d3251bb205294810b29f880e.tar.xz
wallet2: skip reorgs exceeding max-reorg-depth wallet setting
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r--src/simplewallet/simplewallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h
index 5846fe056..61104c87f 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -131,6 +131,7 @@ namespace cryptonote
bool set_confirm_missing_payment_id(const std::vector<std::string> &args = std::vector<std::string>());
bool set_ask_password(const std::vector<std::string> &args = std::vector<std::string>());
bool set_unit(const std::vector<std::string> &args = std::vector<std::string>());
+ bool set_max_reorg_depth(const std::vector<std::string> &args = std::vector<std::string>());
bool set_min_output_count(const std::vector<std::string> &args = std::vector<std::string>());
bool set_min_output_value(const std::vector<std::string> &args = std::vector<std::string>());
bool set_merge_destinations(const std::vector<std::string> &args = std::vector<std::string>());