aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-09-24 10:04:03 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-09-24 10:04:03 -0500
commita1736a94298fefb3c33adbf22e9333ced55c15bd (patch)
tree97c5c08deaca47ae49a0176c21700f23662c8315 /src/wallet/wallet2.h
parentMerge pull request #5831 (diff)
parentfunctional_tests: fix failure on windows removing files (diff)
downloadmonero-a1736a94298fefb3c33adbf22e9333ced55c15bd.tar.xz
Merge pull request #5848
functional_tests (moneromooo-monero)
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r--src/wallet/wallet2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h
index 95f6f507a..1469b4c00 100644
--- a/src/wallet/wallet2.h
+++ b/src/wallet/wallet2.h
@@ -1098,6 +1098,7 @@ private:
*/
std::vector<address_book_row> get_address_book() const { return m_address_book; }
bool add_address_book_row(const cryptonote::account_public_address &address, const crypto::hash &payment_id, const std::string &description, bool is_subaddress);
+ bool set_address_book_row(size_t row_id, const cryptonote::account_public_address &address, const crypto::hash &payment_id, const std::string &description, bool is_subaddress);
bool delete_address_book_row(std::size_t row_id);
uint64_t get_num_rct_outputs();