Skip to content

Commit

Permalink
let transfer keys be any security level or key type
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldelucia committed Nov 5, 2024
1 parent 3d941ec commit 4bc0a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/strategy-tests/src/transitions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -824,8 +824,8 @@ pub fn create_identity_credit_transfer_transition(
let identity_public_key = identity
.get_first_public_key_matching(
Purpose::TRANSFER,
HashSet::from([SecurityLevel::CRITICAL]),
HashSet::from([KeyType::ECDSA_SECP256K1, KeyType::BLS12_381]),
SecurityLevel::full_range().into(),
KeyType::all_key_types().into(),
false,
)
.expect("expected to get a signing key");
Expand Down

0 comments on commit 4bc0a65

Please sign in to comment.