diff options
| author | rbrunner7 <rbrunner@dreamshare.ch> | 2020-05-04 11:31:46 +0200 |
|---|---|---|
| committer | rbrunner7 <rbrunner@dreamshare.ch> | 2020-05-24 10:23:55 +0200 |
| commit | 7d0b7e83efff1a29f730dfb65fa79cb72cc92d48 (patch) | |
| tree | c0b8ec30241db2514f78017bd05ffe641ae6e9db /src/simplewallet/simplewallet.h | |
| parent | 82d21f5b3cf82ab287ec49fdc51ea58d450f0995 (diff) | |
| download | monzero-core-7d0b7e83efff1a29f730dfb65fa79cb72cc92d48.tar.gz monzero-core-7d0b7e83efff1a29f730dfb65fa79cb72cc92d48.tar.xz monzero-core-7d0b7e83efff1a29f730dfb65fa79cb72cc92d48.zip | |
[master] MMS: New 'config_checksum' subcommand
Diffstat (limited to 'src/simplewallet/simplewallet.h')
| -rw-r--r-- | src/simplewallet/simplewallet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 59818b303..135406040 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -478,6 +478,7 @@ namespace cryptonote void ask_send_all_ready_messages(); void check_for_messages(); bool user_confirms(const std::string &question); + bool user_confirms_auto_config(); bool get_message_from_arg(const std::string &arg, mms::message &m); bool get_number_from_arg(const std::string &arg, uint32_t &number, const uint32_t lower_bound, const uint32_t upper_bound); @@ -498,6 +499,7 @@ namespace cryptonote void mms_help(const std::vector<std::string> &args); void mms_send_signer_config(const std::vector<std::string> &args); void mms_start_auto_config(const std::vector<std::string> &args); + void mms_config_checksum(const std::vector<std::string> &args); void mms_stop_auto_config(const std::vector<std::string> &args); void mms_auto_config(const std::vector<std::string> &args); }; |
