diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-01-13 14:32:26 -0500 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-01-13 14:32:26 -0500 |
commit | 36b84ded95d5eb9d5d36f0c2c40f93faecf41062 (patch) | |
tree | f94ea25485c82d8ad0e1a72521d1b79f92043e71 /src/wallet/wallet2.h | |
parent | Merge pull request #1523 (diff) | |
parent | Wallet API: functions for supporting/creating view only wallets (diff) | |
download | monero-36b84ded95d5eb9d5d36f0c2c40f93faecf41062.tar.xz |
Merge pull request #1526
5eed5b05 Wallet API: functions for supporting/creating view only wallets (Jaquee)
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 270c94033..37609cd2f 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -325,6 +325,7 @@ namespace tools const cryptonote::account_base& get_account()const{return m_account;} void set_refresh_from_block_height(uint64_t height) {m_refresh_from_block_height = height;} + uint64_t get_refresh_from_block_height() const {return m_refresh_from_block_height;} // upper_transaction_size_limit as defined below is set to // approximately 125% of the fixed minimum allowable penalty |