Closed zachanon closed 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.
get_latest_blockhash
send_and_confirm_transaction
RpcConnection
The
get_latest_blockhash
andsend_and_confirm_transaction
functions were failing for theRpcConnection
struct. This is a simple fix to allow them to work with a tokio runtime.