mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 02:11:24 +02:00
Merge bitcoin/bitcoin#25701: fix comment spellings from the codespell lint
850b0850cc
fix comment spellings from the codespell lint (Greg Weber) Pull request description: test/lint/all-lint.py includes the codespell lint ACKs for top commit: aureleoules: ACK850b0850cc
. Tree-SHA512: bf63690da2652886e705d6594903bab67ff0f35a0e5a5505f063827f5148ebce47681e541cbe0e52396baf1addb25d9fe50e5faa9176456f579a7cd2f1321c44
This commit is contained in:
@ -67,7 +67,7 @@ FUZZ_TARGET_INIT(txorphan, initialize_orphanage)
|
|||||||
for (uint32_t i = 0; i < num_out; i++) {
|
for (uint32_t i = 0; i < num_out; i++) {
|
||||||
tx_mut.vout.emplace_back(CAmount{0}, CScript{});
|
tx_mut.vout.emplace_back(CAmount{0}, CScript{});
|
||||||
}
|
}
|
||||||
// restore previously poped outpoints
|
// restore previously popped outpoints
|
||||||
for (auto& in : tx_mut.vin) {
|
for (auto& in : tx_mut.vin) {
|
||||||
outpoints.push_back(in.prevout);
|
outpoints.push_back(in.prevout);
|
||||||
}
|
}
|
||||||
|
@ -779,7 +779,7 @@ BOOST_FIXTURE_TEST_CASE(CreateWallet, TestChain100Setup)
|
|||||||
promise.set_value();
|
promise.set_value();
|
||||||
SyncWithValidationInterfaceQueue();
|
SyncWithValidationInterfaceQueue();
|
||||||
// AddToWallet events for block_tx and mempool_tx events are counted a
|
// 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);
|
BOOST_CHECK_EQUAL(addtx_count, 4);
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user