Skip to content

Commit 4550edd

Browse files
committed
fmt & bump spec
1 parent b7a9a4c commit 4550edd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

runtime/src/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
160160
// `spec_version`, and `authoring_version` are the same between Wasm and native.
161161
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
162162
// the compatible custom types.
163-
spec_version: 207,
163+
spec_version: 208,
164164
impl_version: 1,
165165
apis: RUNTIME_API_VERSIONS,
166166
transaction_version: 1,
@@ -645,7 +645,6 @@ pub enum ProxyType {
645645
RootWeights,
646646
ChildKeys,
647647
SudoUncheckedSetCode,
648-
649648
}
650649
// Transfers below SMALL_TRANSFER_LIMIT are considered small transfers
651650
pub const SMALL_TRANSFER_LIMIT: Balance = 500_000_000; // 0.5 TAO

0 commit comments

Comments
 (0)