wallet2: refactor is_tx_spendtime_unlocked()

This commit is contained in:
Jaquee
2017-08-04 23:05:02 +02:00
parent 32e2b0030e
commit 43b57804f8
2 changed files with 9 additions and 3 deletions
+1
View File
@@ -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)
{