mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-26 17:02:00 +02:00
Rename wallet-tool to bitcoin-wallet in code comment
This commit is contained in:
parent
0db3ad3ba4
commit
62cc138ecb
@ -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…
x
Reference in New Issue
Block a user