diff options
author | Ivan Metlushko <metlushko@gmail.com> | 2020-12-18 17:45:11 +0100 |
---|---|---|
committer | Ivan Metlushko <metlushko@gmail.com> | 2021-05-19 08:50:16 +0200 |
commit | e2a47ce08528dfb39c0340145c6977f6afd587f6 (patch) | |
tree | f945e6ef156bfc81e97d47059c3725da9b66088d /src/wallet/wallet.h | |
parent | 2fa3f30050f2db665605c8371b1fd131f39a2f9b (diff) |
refactor: move first run detection to client code
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r-- | src/wallet/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 5a36d92784..a8ef200b2c 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -1126,7 +1126,7 @@ public: CAmount GetChange(const CTransaction& tx) const; void chainStateFlushed(const CBlockLocator& loc) override; - DBErrors LoadWallet(bool& fFirstRunRet); + DBErrors LoadWallet(); DBErrors ZapSelectTx(std::vector<uint256>& vHashIn, std::vector<uint256>& vHashOut) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet); bool SetAddressBook(const CTxDestination& address, const std::string& strName, const std::string& purpose); |