Skip to content

Commit 74574d5

Browse files
authored
fix master compilation (#1920)
1 parent 1b373df commit 74574d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

relays/client-substrate/src/test_chain.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ impl bp_runtime::UnderlyingChainProvider for TestParachain {
106106
}
107107

108108
impl Chain for TestParachain {
109+
const ID: ChainId = *b"test";
109110
const NAME: &'static str = "TestParachain";
110111
const TOKEN_ID: Option<&'static str> = None;
111112
const BEST_FINALIZED_HEADER_ID_METHOD: &'static str = "TestParachainMethod";

0 commit comments

Comments
 (0)