helius-labs/helius-rust-sdk

Option to Exclude Signers in `get_compute_units`

Closed this issue · 1 comments

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

Closed by #60