mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
fix comment spellings from the codespell lint
test/lint/all-lint.py includes the codespell lint
This commit is contained in:
parent
aa22009887
commit
850b0850cc
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ FUZZ_TARGET_INIT(txorphan, initialize_orphanage)
|
|||
for (uint32_t i = 0; i < num_out; i++) {
|
||||
tx_mut.vout.emplace_back(CAmount{0}, CScript{});
|
||||
}
|
||||
// restore previously poped outpoints
|
||||
// restore previously popped outpoints
|
||||
for (auto& in : tx_mut.vin) {
|
||||
outpoints.push_back(in.prevout);
|
||||
}
|
||||
|
|
|
@ -779,7 +779,7 @@ BOOST_FIXTURE_TEST_CASE(CreateWallet, TestChain100Setup)
|
|||
promise.set_value();
|
||||
SyncWithValidationInterfaceQueue();
|
||||
// AddToWallet events for block_tx and mempool_tx events are counted a
|
||||
// second time as the notificaiton queue is processed
|
||||
// second time as the notification queue is processed
|
||||
BOOST_CHECK_EQUAL(addtx_count, 4);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue