Wallet offline_counter starts at -1

This commit is contained in:
Gregory Sanders 2018-12-17 17:11:06 -05:00
parent 0e52456f30
commit f06e6f648e

View file

@ -840,7 +840,7 @@ public:
CExtPubKey offline_xpub;
//! The derivation counter for offline_xpub
int offline_counter;
int offline_counter = -1;
// END ELEMENTS
const CWalletTx* GetWalletTx(const uint256& hash) const;