mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 10:57:56 +00:00
Reexport paste from sp-runtime in bp-runtime to aviod including paste dependency everywhere (#1556)
* Reexport paste from `sp-runtime` in `bp-runtime` to aviod including `paste` dependency everywhere * Add import `bp_runtime` to macro calls: decl_bridge_finality_runtime_apis/decl_bridge_messages_runtime_apis
This commit is contained in:
committed by
Bastian Köcher
parent
f3a151feeb
commit
793321fcfc
@@ -48,6 +48,9 @@ pub mod messages;
|
||||
mod chain;
|
||||
mod storage_proof;
|
||||
|
||||
// Re-export macro to aviod include paste dependency everywhere
|
||||
pub use sp_runtime::paste;
|
||||
|
||||
/// Use this when something must be shared among all instances.
|
||||
pub const NO_INSTANCE_ID: ChainId = [0, 0, 0, 0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user