Skip to content

Commit

Permalink
Newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Oct 28, 2024
1 parent f4ee6b1 commit a3b41a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/run_program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1384,6 +1384,7 @@ mod tests {
let (cost, enabled, hard_fork_flag) = fields;
let softfork_prg =
format!("(softfork (q . {cost}) (q . {test_ext}) (q . (a {prg} (q . 0))) (q . 0))");

let flags = flags | if mempool { NO_UNKNOWN_OPS } else { 0 };

// softfork extensions that are enabled
Expand Down

0 comments on commit a3b41a0

Please sign in to comment.