Skip to content

Commit aee0e0f

Browse files
committed
fixup! Move some static functions out of wallet.h/cpp
1 parent 5461f69 commit aee0e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/init.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bool WalletParameterInteraction();
1919
// being loaded (CWallet::ParameterInteraction forbids -salvagewallet, -zapwallettxes or -upgradewallet with multiwallet).
2020
bool WalletVerify();
2121

22-
//! Load wallet databases
22+
//! Load wallet databases.
2323
bool InitLoadWallet();
2424

2525
#endif // BITCOIN_WALLET_INIT_H

0 commit comments

Comments
 (0)