diff options
author | Jaquee <jaquee.monero@gmail.com> | 2017-08-04 23:05:02 +0200 |
---|---|---|
committer | Jaquee <jaquee.monero@gmail.com> | 2017-10-15 17:48:45 +0200 |
commit | 43b57804f8fec564083d892602fa599aa3f330fd (patch) | |
tree | 5d211544740a664448af9df964855ecfc2519492 /src/wallet/wallet2.h | |
parent | wallet2: add lightwallet exceptions to common functions (diff) | |
download | monero-43b57804f8fec564083d892602fa599aa3f330fd.tar.xz |
wallet2: refactor is_tx_spendtime_unlocked()
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 4fb8407d2..983b448d6 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -529,6 +529,7 @@ namespace tools void rescan_spent(); void rescan_blockchain(bool refresh = true); bool is_transfer_unlocked(const transfer_details& td) const; + bool is_transfer_unlocked(uint64_t unlock_time, uint64_t block_height) const; template <class t_archive> inline void serialize(t_archive &a, const unsigned int ver) { |