jet-lab / jet-simulation

An in-memory simulated Solana runtime to use for testing program instructions.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Fixes to RpcConnection #1

Closed zachanon closed 2 years ago

zachanon commented 2 years ago

The get_latest_blockhash and send_and_confirm_transaction functions were failing for the RpcConnection struct. This is a simple fix to allow them to work with a tokio runtime.