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 3d941ec commit 4bc0a65Copy full SHA for 4bc0a65
packages/strategy-tests/src/transitions.rs
@@ -824,8 +824,8 @@ pub fn create_identity_credit_transfer_transition(
824
let identity_public_key = identity
825
.get_first_public_key_matching(
826
Purpose::TRANSFER,
827
- HashSet::from([SecurityLevel::CRITICAL]),
828
- HashSet::from([KeyType::ECDSA_SECP256K1, KeyType::BLS12_381]),
+ SecurityLevel::full_range().into(),
+ KeyType::all_key_types().into(),
829
false,
830
)
831
.expect("expected to get a signing key");
0 commit comments