From 4acc840fb56fc1e2318abe50333006d7ffa24679 Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Thu, 8 Aug 2024 15:13:48 +0800 Subject: [PATCH] Naming --- pallet/deposit/Cargo.toml | 2 +- pallet/staking/Cargo.toml | 4 ++-- pallet/staking/traits/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pallet/deposit/Cargo.toml b/pallet/deposit/Cargo.toml index a2bb5fd63..1f2b2cdf1 100644 --- a/pallet/deposit/Cargo.toml +++ b/pallet/deposit/Cargo.toml @@ -19,7 +19,7 @@ darwinia-staking-traits = { workspace = true } dc-inflation = { workspace = true } dc-types = { workspace = true } -# subtrate +# polkadot-sdk frame-support = { workspace = true } frame-system = { workspace = true } pallet-timestamp = { workspace = true } diff --git a/pallet/staking/Cargo.toml b/pallet/staking/Cargo.toml index 91ab8d74a..4e05913fe 100644 --- a/pallet/staking/Cargo.toml +++ b/pallet/staking/Cargo.toml @@ -24,7 +24,7 @@ darwinia-deposit = { workspace = true, optional = true } # frontier fp-evm = { workspace = true } -# subtrate +# polkadot-sdk frame-support = { workspace = true } frame-system = { workspace = true } pallet-authorship = { workspace = true } @@ -69,7 +69,7 @@ std = [ # frontier "fp-evm/std", - # subtrate + # polkadot-sdk "frame-support/std", "frame-system/std", "pallet-authorship/std", diff --git a/pallet/staking/traits/Cargo.toml b/pallet/staking/traits/Cargo.toml index f243055fd..e1cd88ffd 100644 --- a/pallet/staking/traits/Cargo.toml +++ b/pallet/staking/traits/Cargo.toml @@ -11,7 +11,7 @@ version.workspace = true codec = { workspace = true, package = "parity-scale-codec" } scale-info = { workspace = true } -# subtrate +# polkadot-sdk sp-runtime = { workspace = true } [features] @@ -21,7 +21,7 @@ std = [ "codec/std", "scale-info/std", - # subtrate + # polkadot-sdk "sp-runtime/std", ]