cli: allow skipping fee-checks when writing program buffers (hidden)

This commit is contained in:
Trent Nelson
2022-03-25 14:43:43 -06:00
committed by Trent Nelson
parent 22af384700
commit be99d1d55d
4 changed files with 95 additions and 3 deletions

View File

@ -242,6 +242,7 @@ fn run_transactions_dos(
Some(1),
false,
true,
true, /* skip_fee_check */
)
.expect("deploy didn't pass");
} else {