mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
Rename wallet-tool to bitcoin-wallet in code comment
This commit is contained in:
parent
0db3ad3ba4
commit
62cc138ecb
1 changed files with 2 additions and 1 deletions
|
@ -1027,7 +1027,8 @@ bool CWallet::LoadToWallet(const uint256& hash, const UpdateWalletTxFn& fill_wtx
|
|||
if (!fill_wtx(wtx, ins.second)) {
|
||||
return false;
|
||||
}
|
||||
// If wallet doesn't have a chain (e.g wallet-tool), don't bother to update txn.
|
||||
// If wallet doesn't have a chain (e.g when using bitcoin-wallet tool),
|
||||
// don't bother to update txn.
|
||||
if (HaveChain()) {
|
||||
bool active;
|
||||
auto lookup_block = [&](const uint256& hash, int& height, TxState& state) {
|
||||
|
|
Loading…
Add table
Reference in a new issue