aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorKenshi Takayama <kenshi84@protonmail.ch>2016-12-14 20:44:09 +0900
committerKenshi Takayama <kenshi84@protonmail.ch>2016-12-15 19:01:36 +0900
commit2506d51d60eb31fefc36ca012694ef2454fc9277 (patch)
tree4d6b567d5f45d8d1d31306d51ef9e124e8dc0f59 /src/simplewallet/simplewallet.h
parentMerge pull request #1445 (diff)
downloadmonero-2506d51d60eb31fefc36ca012694ef2454fc9277.tar.xz
wallet cli: donate command
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 0d83f429b..420597699 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -124,6 +124,7 @@ namespace cryptonote
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);
+ bool donate(const std::vector<std::string> &args);
bool sign_transfer(const std::vector<std::string> &args);
bool submit_transfer(const std::vector<std::string> &args);
std::vector<std::vector<cryptonote::tx_destination_entry>> split_amounts(