Skip to content

Commit

Permalink
Rm commented code in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Oct 3, 2024
1 parent 31eca99 commit 8c15035
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pallets/staking/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -610,15 +610,6 @@ fn it_requires_attestation_before_validate_is_succesful() {
pallet_staking::RewardDestination::Account(alice),
));

// /// This is a randomly generated secret p256 ECDSA key - for mocking the provisioning certification
// /// key
// const PCK: [u8; 32] = [
// 117, 153, 212, 7, 220, 16, 181, 32, 110, 138, 4, 68, 208, 37, 104, 54, 1, 110, 232,
// 207, 100, 168, 16, 99, 66, 83, 21, 178, 81, 155, 132, 37,
// ];
// let pck = tdx_quote::SigningKey::from_bytes(&PCK.into()).unwrap();
// let pck_encoded = tdx_quote::encode_verifying_key(pck.verifying_key()).unwrap();

let joining_server_info = JoiningServerInfo {
tss_account: bob,
x25519_public_key: NULL_ARR,
Expand Down

0 comments on commit 8c15035

Please sign in to comment.