Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Oct 22, 2024
1 parent 1ace4b0 commit dace8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/node/service/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ fn westend_sign_call(
);

let signature = payload.using_encoded(|p| acc.sign(p));
let ex = runtime::UncheckedExtrinsic = sp_runtime::generic::UncheckedExtrinsic::new_signed(
let ex: runtime::UncheckedExtrinsic = sp_runtime::generic::UncheckedExtrinsic::new_signed(
call,
sp_runtime::AccountId32::from(acc.public()).into(),
polkadot_core_primitives::Signature::Sr25519(signature),
Expand Down

0 comments on commit dace8db

Please sign in to comment.