Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Nov 27, 2024
1 parent 2654d06 commit 749a31f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/pallet-domains/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -576,9 +576,6 @@ mod benchmarks {

let domain_id = register_domain::<T>();
let operator_id = NextOperatorId::<T>::get();

// TODO: the `(key, signature)` is failed to verify in `cargo test --features runtime-benchmarks` but it
// will pass when doing the actual benchmark with `subspace-node benchmark pallet ...`, need more investigations.
let key =
OperatorPublicKey::from_ss58check("5Gv1Uopoqo1k7125oDtFSCmxH4DzuCiBU7HBKu2bF1GZFsEb")
.unwrap();
Expand Down

0 comments on commit 749a31f

Please sign in to comment.