diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-09-21 20:44:18 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-09-21 20:44:19 +0200 |
commit | 37a306370d030a708386df5d20620232acce3f01 (patch) | |
tree | 4f0f6f05c0c7bd89cffba28bb378866ee42831d6 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #4385 (diff) | |
parent | simplewallet: remove obsolete transfer_original command (diff) | |
download | monero-37a306370d030a708386df5d20620232acce3f01.tar.xz |
Merge pull request #4388
05edc969 simplewallet: remove obsolete transfer_original command (moneromooo-monero)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index d50e4ce04..2d23d6248 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -152,7 +152,6 @@ namespace cryptonote bool show_blockchain_height(const std::vector<std::string> &args); bool transfer_main(int transfer_type, const std::vector<std::string> &args); bool transfer(const std::vector<std::string> &args); - bool transfer_new(const std::vector<std::string> &args); bool locked_transfer(const std::vector<std::string> &args); bool locked_sweep_all(const std::vector<std::string> &args); bool sweep_main(uint64_t below, bool locked, const std::vector<std::string> &args); |