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 fb5b42cabc
commit caa55bb0f2
4 changed files with 95 additions and 3 deletions

View File

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