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 {
109109 uint256 powLimit;
110110 bool fPowAllowMinDifficultyBlocks ;
111111 /* *
112- * Enfore BIP94 timewarp attack mitigation. On testnet4 this also enforces
112+ * Enforce BIP94 timewarp attack mitigation. On testnet4 this also enforces
113113 * the block storm mitigation.
114114 */
115115 bool enforce_BIP94;
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ struct DepGraphFormatter
155155 // Ignore transactions which are already known to be ancestors.
156156 if (depgraph.Descendants (dep_idx).Overlaps (written_parents)) continue ;
157157 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
159159 // before it.
160160 s << VARINT (diff);
161161 diff = 0 ;
You can’t perform that action at this time.
0 commit comments