From 203d1ae69b1b606c0216d0dc35de567c591720ae Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Fri, 19 Apr 2013 21:28:25 +0000 Subject: Bugfix: Store last/next wallet resend times unique per CWallet object --- src/wallet.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/wallet.h') diff --git a/src/wallet.h b/src/wallet.h index 36b3608fb0..92f893c6b0 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -80,6 +80,9 @@ private: // the maximum wallet format version: memory-only variable that specifies to what version this wallet may be upgraded int nWalletMaxVersion; + int64 nNextResend; + int64 nLastResend; + public: mutable CCriticalSection cs_wallet; -- cgit v1.2.3