Get workspace compiling via 'cargo check'

This commit is contained in:
James Wilson
2025-12-12 12:30:42 +00:00
parent 6215b15fdf
commit 37d4cf7524
35 changed files with 179 additions and 131 deletions
+2 -2
View File
@@ -365,9 +365,9 @@ mod test {
use bip39::Mnemonic;
use proptest::prelude::*;
use secp256k1::Secp256k1;
use subxt::utils::AccountId20;
use subxt::transactions::Signer as SignerT;
use subxt::config::{Config, HashFor, substrate};
use subxt::transactions::Signer as SignerT;
use subxt::utils::AccountId20;
use super::*;