aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authormonero-project <sempre.amaro@gmail.com>2014-06-02 10:53:52 -0400
committermonero-project <sempre.amaro@gmail.com>2014-06-02 10:53:52 -0400
commit24b4f47413bf9e1874ff01866b7dc50cd41c415a (patch)
tree37e90eb393071d3ca4fabe72513501c7066b3e54 /src/wallet/wallet2.h
parentMerge pull request #20 from artifexd/wallet_refresh (diff)
parentAdded 'payment_id' optional argument to 'transfer' wallet RPC method (diff)
downloadmonero-24b4f47413bf9e1874ff01866b7dc50cd41c415a.tar.xz
Merge pull request #21 from Neozaru/master
Added 'payment_id' optional argument to 'transfer' wallet RPC method
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r--src/wallet/wallet2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h
index f90fc4fac..9ca586425 100644
--- a/src/wallet/wallet2.h
+++ b/src/wallet/wallet2.h
@@ -151,6 +151,8 @@ namespace tools
static void wallet_exists(const std::string& file_path, bool& keys_file_exists, bool& wallet_file_exists);
+ static bool parse_payment_id(const std::string& payment_id_str, crypto::hash& payment_id);
+
private:
bool store_keys(const std::string& keys_file_name, const std::string& password);
void load_keys(const std::string& keys_file_name, const std::string& password);