diff options
author | stoffu <stoffu@protonmail.ch> | 2018-06-28 11:31:50 +0900 |
---|---|---|
committer | stoffu <stoffu@protonmail.ch> | 2018-07-03 18:04:31 +0900 |
commit | d6d78f157b9cb21fc9e4877d06d61155897f4864 (patch) | |
tree | 7772455dd4bdc6484ffb674d99ec5d818ec007d8 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #4067 (diff) | |
download | monero-d6d78f157b9cb21fc9e4877d06d61155897f4864.tar.xz |
Allow fractional outputs to be ignored
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 7a788d432..1f2765055 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -137,6 +137,7 @@ namespace cryptonote bool set_key_reuse_mitigation2(const std::vector<std::string> &args = std::vector<std::string>()); bool set_subaddress_lookahead(const std::vector<std::string> &args = std::vector<std::string>()); bool set_segregation_height(const std::vector<std::string> &args = std::vector<std::string>()); + bool set_ignore_fractional_outputs(const std::vector<std::string> &args = std::vector<std::string>()); bool help(const std::vector<std::string> &args = std::vector<std::string>()); bool start_mining(const std::vector<std::string> &args); bool stop_mining(const std::vector<std::string> &args); |