aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-06-08 14:45:46 -0500
committerluigi1111 <luigi1111w@gmail.com>2018-06-08 14:45:46 -0500
commit6884db7b31beb36889d240dd346eda1e006046da (patch)
treeeb8e6ee2811ed1fe1a13d3fd3524e1de5237b992 /src/wallet/api/wallet.h
parentMerge pull request #3598 (diff)
parentWalletApi: publicMultisigSignerKey method (diff)
downloadmonero-6884db7b31beb36889d240dd346eda1e006046da.tar.xz
Merge pull request #3599
8787fd8 WalletApi: publicMultisigSignerKey method (naughtyfox)
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r--src/wallet/api/wallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h
index d2b4cd506..813ca4b30 100644
--- a/src/wallet/api/wallet.h
+++ b/src/wallet/api/wallet.h
@@ -91,6 +91,7 @@ public:
std::string publicViewKey() const;
std::string secretSpendKey() const;
std::string publicSpendKey() const;
+ std::string publicMultisigSignerKey() const;
std::string path() const;
bool store(const std::string &path);
std::string filename() const;