mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02: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
Add a link
Reference in a new issue