update Substrate/Polkadot/Cumulus deps to master (#1775)

This commit is contained in:
Svyatoslav Nikolsky
2023-01-17 14:40:18 +03:00
committed by Bastian Köcher
parent c36ba5a562
commit 8494162d2a
4 changed files with 12 additions and 17 deletions
@@ -162,7 +162,6 @@ impl ChainWithBeefy for Millau {
type MmrHash = <Keccak256 as sp_runtime::traits::Hash>::Output;
type BeefyMmrLeafExtra = ();
type AuthorityId = bp_beefy::EcdsaValidatorId;
type Signature = bp_beefy::EcdsaValidatorSignature;
type AuthorityIdToMerkleLeaf = bp_beefy::BeefyEcdsaToEthereum;
}