cargo fix and fmt

This commit is contained in:
aniketfuryrocks 2023-02-05 14:33:24 +05:30
parent 419820cde2
commit b890ee4052
No known key found for this signature in database
GPG Key ID: FA6BFCFAA7D4B764
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ use solana_rpc_client_api::{
response::{Response as RpcResponse, RpcBlockhash, RpcResponseContext, RpcVersionInfo},
};
use solana_sdk::{
commitment_config::{self, CommitmentConfig},
commitment_config::{CommitmentConfig},
hash::Hash,
pubkey::Pubkey,
transaction::VersionedTransaction,