Restore the coins pallet to the runtime

This commit is contained in:
Luke Parker
2025-03-06 05:53:18 -05:00
parent d46ca1e8d0
commit dab1bab736
13 changed files with 274 additions and 216 deletions

View File

@@ -32,6 +32,7 @@ bech32 = { version = "0.11", default-features = false }
rand_core = { version = "0.6", default-features = false, features = ["std"] }
[features]
non_canonical_scale_derivations = []
std = ["zeroize/std", "borsh/std", "ciphersuite/std", "dkg/std", "sp-core/std", "bech32/std"]
serde = []
non_canonical_scale_derivations = []
default = ["std"]