File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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 ;
You can’t perform that action at this time.
0 commit comments