mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
fix comment spellings from the codespell lint
test/lint/all-lint.py includes the codespell lint
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user