mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 11:57:28 -03:00
Merge bitcoin/bitcoin#30700: doc: fix CI codespell warnings
837fbca036
Update spelling.ignore-words (Lőrinc)f9a08f35a5
doc: fix a few simple codespell warnings (Lőrinc) Pull request description: Can be checked locally by running `test/lint/lint-spelling.py` ACKs for top commit: maflcko: lgtm ACK837fbca036
jonatack: ACK837fbca036
Tree-SHA512: a83c78b9de4085749b916ffd255a9e72ffed06f09736ccff2dd4a4436d1fae7b22b1fb6073b0ce59ecb5bfdef4e43271494dadf3824647a42a4f26c26f092364
This commit is contained in:
commit
0e0de94846
3 changed files with 5 additions and 7 deletions
|
@ -109,7 +109,7 @@ struct Params {
|
|||
uint256 powLimit;
|
||||
bool fPowAllowMinDifficultyBlocks;
|
||||
/**
|
||||
* Enfore BIP94 timewarp attack mitigation. On testnet4 this also enforces
|
||||
* Enforce BIP94 timewarp attack mitigation. On testnet4 this also enforces
|
||||
* the block storm mitigation.
|
||||
*/
|
||||
bool enforce_BIP94;
|
||||
|
|
|
@ -155,7 +155,7 @@ struct DepGraphFormatter
|
|||
// Ignore transactions which are already known to be ancestors.
|
||||
if (depgraph.Descendants(dep_idx).Overlaps(written_parents)) continue;
|
||||
if (depgraph.Ancestors(idx)[dep_idx]) {
|
||||
// When an actual parent is encounted, encode how many non-parents were skipped
|
||||
// When an actual parent is encountered, encode how many non-parents were skipped
|
||||
// before it.
|
||||
s << VARINT(diff);
|
||||
diff = 0;
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
afile
|
||||
amountIn
|
||||
asend
|
||||
ba
|
||||
blockin
|
||||
bu
|
||||
cachable
|
||||
|
@ -13,14 +12,14 @@ fo
|
|||
fpr
|
||||
hashIn
|
||||
hights
|
||||
inflight
|
||||
incomin
|
||||
invokable
|
||||
keypair
|
||||
lief
|
||||
mor
|
||||
nd
|
||||
nin
|
||||
outIn
|
||||
re-use
|
||||
requestor
|
||||
ser
|
||||
siz
|
||||
|
@ -29,5 +28,4 @@ unparseable
|
|||
unser
|
||||
useable
|
||||
viewIn
|
||||
warmup
|
||||
wit
|
||||
wit
|
Loading…
Reference in a new issue