mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 17:51:09 +00:00
fix master compilation (#1920)
This commit is contained in:
committed by
Bastian Köcher
parent
e7f5560951
commit
7be2cb1cdd
@@ -106,6 +106,7 @@ impl bp_runtime::UnderlyingChainProvider for TestParachain {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl Chain for TestParachain {
|
impl Chain for TestParachain {
|
||||||
|
const ID: ChainId = *b"test";
|
||||||
const NAME: &'static str = "TestParachain";
|
const NAME: &'static str = "TestParachain";
|
||||||
const TOKEN_ID: Option<&'static str> = None;
|
const TOKEN_ID: Option<&'static str> = None;
|
||||||
const BEST_FINALIZED_HEADER_ID_METHOD: &'static str = "TestParachainMethod";
|
const BEST_FINALIZED_HEADER_ID_METHOD: &'static str = "TestParachainMethod";
|
||||||
|
|||||||
Reference in New Issue
Block a user