Skip to content

Commit

Permalink
Use own sudo weights
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed May 13, 2024
1 parent 759709c commit fa1b393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/humanode-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ impl pallet_transaction_payment::Config for Runtime {
impl pallet_sudo::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type RuntimeCall = RuntimeCall;
type WeightInfo = pallet_sudo::weights::SubstrateWeight<Runtime>;
type WeightInfo = weights::pallet_sudo::WeightInfo<Runtime>;
}

pub struct PrimitiveAuthTicketConverter;
Expand Down

0 comments on commit fa1b393

Please sign in to comment.