mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Wallet offline_counter starts at -1
This commit is contained in:
parent
0e52456f30
commit
f06e6f648e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue