From d64e5aa71936d86f91d3f45a9da0468f97078409 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Thu, 31 Oct 2019 14:09:19 +0000 Subject: wallet: allow message sign/verify for subaddresses --- src/wallet/wallet2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet/wallet2.h') diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 640565a4e..38e3afd69 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -1182,7 +1182,7 @@ private: */ void set_account_tag_description(const std::string& tag, const std::string& description); - std::string sign(const std::string &data) const; + std::string sign(const std::string &data, cryptonote::subaddress_index index = {0, 0}) const; bool verify(const std::string &data, const cryptonote::account_public_address &address, const std::string &signature) const; /*! -- cgit v1.2.3