Option to Exclude Signers in `get_compute_units`
Closed this issue · 1 comments
0xIchigo commented
Currently, sig_verify
is set to true
in get_compute_units
, which doesn't play too nicely in multi-threaded environments. We should add the option to allow sig_verify
to be false and send without the keypair vec of signers, if specified