diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-12-15 14:27:01 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-12-15 14:27:02 +0200 |
commit | 5f5cfdfa777fcf96e8524a3a61a2913faa4b3df8 (patch) | |
tree | b0267580ff6b7c678b596c480015f37955244281 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #1444 (diff) | |
parent | wallet cli: donate command (diff) | |
download | monero-5f5cfdfa777fcf96e8524a3a61a2913faa4b3df8.tar.xz |
Merge pull request #1451
2506d51d wallet cli: donate command (Kenshi Takayama)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
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( |