Skip to content

Commit

Permalink
fmt & bump spec
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnReedV committed Nov 8, 2024
1 parent b7a9a4c commit 4550edd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// `spec_version`, and `authoring_version` are the same between Wasm and native.
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
// the compatible custom types.
spec_version: 207,
spec_version: 208,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down Expand Up @@ -645,7 +645,6 @@ pub enum ProxyType {
RootWeights,
ChildKeys,
SudoUncheckedSetCode,

}
// Transfers below SMALL_TRANSFER_LIMIT are considered small transfers
pub const SMALL_TRANSFER_LIMIT: Balance = 500_000_000; // 0.5 TAO
Expand Down

0 comments on commit 4550edd

Please sign in to comment.