File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ struct Params {
109
109
uint256 powLimit;
110
110
bool fPowAllowMinDifficultyBlocks ;
111
111
/* *
112
- * Enfore BIP94 timewarp attack mitigation. On testnet4 this also enforces
112
+ * Enforce BIP94 timewarp attack mitigation. On testnet4 this also enforces
113
113
* the block storm mitigation.
114
114
*/
115
115
bool enforce_BIP94;
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ struct DepGraphFormatter
155
155
// Ignore transactions which are already known to be ancestors.
156
156
if (depgraph.Descendants (dep_idx).Overlaps (written_parents)) continue ;
157
157
if (depgraph.Ancestors (idx)[dep_idx]) {
158
- // When an actual parent is encounted , encode how many non-parents were skipped
158
+ // When an actual parent is encountered , encode how many non-parents were skipped
159
159
// before it.
160
160
s << VARINT (diff);
161
161
diff = 0 ;
Original file line number Diff line number Diff line change 1
1
afile
2
2
amountIn
3
3
asend
4
- ba
5
4
blockin
6
5
bu
7
6
cachable
13
12
fpr
14
13
hashIn
15
14
hights
16
- inflight
15
+ incomin
17
16
invokable
18
- keypair
19
17
lief
20
18
mor
21
19
nd
22
20
nin
23
21
outIn
22
+ re-use
24
23
requestor
25
24
ser
26
25
siz
@@ -29,5 +28,4 @@ unparseable
29
28
unser
30
29
useable
31
30
viewIn
32
- warmup
33
- wit
31
+ wit
You can’t perform that action at this time.
0 commit comments