aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-09-16 14:28:59 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-09-16 14:29:41 +0000
commit05edc969c09346e6dc2a11cf233e089e98d9b01d (patch)
tree9dc30735bdee5d14805f582f48174c893fe0aa03 /src/simplewallet/simplewallet.h
parentMerge pull request #4381 (diff)
downloadmonero-05edc969c09346e6dc2a11cf233e089e98d9b01d.tar.xz
simplewallet: remove obsolete transfer_original command
Diffstat (limited to '')
-rw-r--r--src/simplewallet/simplewallet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h
index bfbe633ac..774be644c 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);