aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorOyvind Kvanes <oyvind@kvanes.no>2016-09-28 15:20:37 +0200
committerOyvind Kvanes <oyvind@kvanes.no>2016-09-28 15:20:37 +0200
commitd5f918a0b1b5c616060d8ae5256568731abcbf10 (patch)
treeb459872a0dfa34873d5be3f5eec75b2c0fde7583 /src/simplewallet/simplewallet.h
parentAdd motifications to test out locked_transfer (diff)
downloadmonero-d5f918a0b1b5c616060d8ae5256568731abcbf10.tar.xz
Revert transfer_main in simplewallet
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r--src/simplewallet/simplewallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h
index 6eb18ed9a..dcf89365c 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -123,6 +123,7 @@ namespace cryptonote
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 sweep_all(const std::vector<std::string> &args);
bool sweep_unmixable(const std::vector<std::string> &args);
std::vector<std::vector<cryptonote::tx_destination_entry>> split_amounts(