Skip to content

Commit 62cc138

Browse files
committed
Rename wallet-tool to bitcoin-wallet in code comment
1 parent 0db3ad3 commit 62cc138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/wallet/wallet.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,8 @@ bool CWallet::LoadToWallet(const uint256& hash, const UpdateWalletTxFn& fill_wtx
10271027
if (!fill_wtx(wtx, ins.second)) {
10281028
return false;
10291029
}
1030-
// If wallet doesn't have a chain (e.g wallet-tool), don't bother to update txn.
1030+
// If wallet doesn't have a chain (e.g when using bitcoin-wallet tool),
1031+
// don't bother to update txn.
10311032
if (HaveChain()) {
10321033
bool active;
10331034
auto lookup_block = [&](const uint256& hash, int& height, TxState& state) {

0 commit comments

Comments
 (0)