cli: allow skipping fee-checks when writing program buffers (hidden)
This commit is contained in:
committed by
Trent Nelson
parent
22af384700
commit
be99d1d55d
@ -242,6 +242,7 @@ fn run_transactions_dos(
|
||||
Some(1),
|
||||
false,
|
||||
true,
|
||||
true, /* skip_fee_check */
|
||||
)
|
||||
.expect("deploy didn't pass");
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user