Skip to content

Commit

Permalink
Apply Joe's suggestion to all
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Jan 22, 2024
1 parent a5c3a05 commit ce93683
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions relay/kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@ try-runtime = [
"sp-runtime/try-runtime",
]

# A feature that should be enabled when the runtime should be build for on-chain
# A feature that should be enabled when the runtime should be built for on-chain
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller like logging for example.
# to make it smaller, like logging for example.
on-chain-release-build = [ "sp-api/disable-logging" ]

# Set timing constants (e.g. session period) to faster versions to speed up testing.
Expand Down
4 changes: 2 additions & 2 deletions relay/polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,9 @@ try-runtime = [
"sp-runtime/try-runtime",
]

# A feature that should be enabled when the runtime should be build for on-chain
# A feature that should be enabled when the runtime should be built for on-chain
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller like logging for example.
# to make it smaller, like logging for example.
on-chain-release-build = [ "sp-api/disable-logging" ]

# Set timing constants (e.g. session period) to faster versions to speed up testing.
Expand Down
4 changes: 2 additions & 2 deletions system-parachains/asset-hubs/asset-hub-kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ std = [

experimental = [ "pallet-aura/experimental" ]

# A feature that should be enabled when the runtime should be build for on-chain
# A feature that should be enabled when the runtime should be built for on-chain
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller like logging for example.
# to make it smaller, like logging for example.
on-chain-release-build = [ "sp-api/disable-logging" ]
4 changes: 2 additions & 2 deletions system-parachains/asset-hubs/asset-hub-polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ std = [

experimental = [ "pallet-aura/experimental" ]

# A feature that should be enabled when the runtime should be build for on-chain
# A feature that should be enabled when the runtime should be built for on-chain
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller like logging for example.
# to make it smaller, like logging for example.
on-chain-release-build = [ "sp-api/disable-logging" ]
4 changes: 2 additions & 2 deletions system-parachains/bridge-hubs/bridge-hub-kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ try-runtime = [

experimental = [ "pallet-aura/experimental" ]

# A feature that should be enabled when the runtime should be build for on-chain
# A feature that should be enabled when the runtime should be built for on-chain
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller like logging for example.
# to make it smaller, like logging for example.
on-chain-release-build = [ "sp-api/disable-logging" ]
4 changes: 2 additions & 2 deletions system-parachains/bridge-hubs/bridge-hub-polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ try-runtime = [

experimental = [ "pallet-aura/experimental" ]

# A feature that should be enabled when the runtime should be build for on-chain
# A feature that should be enabled when the runtime should be built for on-chain
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller like logging for example.
# to make it smaller, like logging for example.
on-chain-release-build = [ "sp-api/disable-logging" ]
4 changes: 2 additions & 2 deletions system-parachains/collectives/collectives-polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ std = [

experimental = [ "pallet-aura/experimental" ]

# A feature that should be enabled when the runtime should be build for on-chain
# A feature that should be enabled when the runtime should be built for on-chain
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller like logging for example.
# to make it smaller, like logging for example.
on-chain-release-build = [ "sp-api/disable-logging" ]
4 changes: 2 additions & 2 deletions system-parachains/gluttons/glutton-kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ try-runtime = [
"sp-runtime/try-runtime",
]

# A feature that should be enabled when the runtime should be build for on-chain
# A feature that should be enabled when the runtime should be built for on-chain
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller like logging for example.
# to make it smaller, like logging for example.
on-chain-release-build = [ "sp-api/disable-logging" ]

0 comments on commit ce93683

Please sign in to comment.