From 4550edd1b34c5be5d05d7dc32cf0d6112a1148d0 Mon Sep 17 00:00:00 2001 From: johnreedv Date: Thu, 7 Nov 2024 21:03:17 -0800 Subject: [PATCH] fmt & bump spec --- runtime/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 6d2611a1d..2455da5d0 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -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, @@ -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