From ec14e4b8cd5b78c8d3251bb205294810b29f880e Mon Sep 17 00:00:00 2001 From: xiphon Date: Mon, 12 Oct 2020 21:13:58 +0000 Subject: wallet2: skip reorgs exceeding max-reorg-depth wallet setting --- src/simplewallet/simplewallet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/simplewallet/simplewallet.h') 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 &args = std::vector()); bool set_ask_password(const std::vector &args = std::vector()); bool set_unit(const std::vector &args = std::vector()); + bool set_max_reorg_depth(const std::vector &args = std::vector()); bool set_min_output_count(const std::vector &args = std::vector()); bool set_min_output_value(const std::vector &args = std::vector()); bool set_merge_destinations(const std::vector &args = std::vector()); -- cgit v1.2.3