We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b765ebb commit 767a3b8Copy full SHA for 767a3b8
sugondat/chain/node/Cargo.toml
@@ -27,7 +27,7 @@ serde_json = { workspace = true }
27
# Local
28
sugondat-test-runtime = { workspace = true }
29
sugondat-kusama-runtime = { workspace = true }
30
-sugondat-primitives = { workspace = true }
+sugondat-primitives = { workspace = true, default-features = true }
31
32
# Substrate
33
frame-benchmarking = { workspace = true, default-features = true }
sugondat/chain/primitives/src/lib.rs
@@ -57,6 +57,7 @@ pub enum InvalidTransactionCustomError {
57
InvalidNamespaceId = 101,
58
}
59
60
+#[cfg(feature = "std")]
61
pub fn last_relay_block_number_key() -> Vec<u8> {
62
[
63
sp_core::twox_128(b"ParachainSystem"),
0 commit comments