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
-1
View File
@@ -138,7 +138,6 @@ impl ChainWithBeefy for TestBridgedChain {
type MmrHash = <Keccak256 as Hash>::Output;
type BeefyMmrLeafExtra = ();
type AuthorityId = BeefyId;
type Signature = sp_beefy::crypto::AuthoritySignature;
type AuthorityIdToMerkleLeaf = pallet_beefy_mmr::BeefyEcdsaToEthereum;
}