We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4689d8b commit 41f22a2Copy full SHA for 41f22a2
src/main.rs
@@ -9,11 +9,7 @@ use {
9
},
10
solana_client::rpc_client::RpcClient,
11
solana_remote_wallet::remote_wallet::RemoteWalletManager,
12
- solana_sdk::{
13
- commitment_config::CommitmentConfig,
14
- native_token::Sol,
15
- signature::Signer,
16
- },
+ solana_sdk::{commitment_config::CommitmentConfig, native_token::Sol, signature::Signer},
17
std::{env, process::exit, sync::Arc},
18
};
19
pub mod clparse;
@@ -739,8 +735,8 @@ mod test {
739
735
740
736
let bout = faux.try_to_vec().unwrap();
741
737
let in_faux = UpdateMetadataAccountArgs::try_from_slice(&bout).unwrap();
742
-
738
+
743
// Assert that the deserialized data matches the original
744
assert_eq!(faux, in_faux);
745
}
746
-}
+}
0 commit comments