git.delta.rocks / unique-network / refs/commits / 23318977d35b

difftreelog

fix runtime state version

Igor Kozyrev2022-02-10parent: #9c8de33.patch.diff
in: master

1 file changed

modifiedruntime/src/lib.rsdiffbeforeafterboth
161 impl_name: create_runtime_str!("opal"),161 impl_name: create_runtime_str!("opal"),
162 authoring_version: 1,162 authoring_version: 1,
163 spec_version: 916000,163 spec_version: 916000,
164 impl_version: 1,164 impl_version: 0,
165 apis: RUNTIME_API_VERSIONS,165 apis: RUNTIME_API_VERSIONS,
166 transaction_version: 1,166 transaction_version: 1,
167 state_version: 1,167 state_version: 0,
168};168};
169169
170pub const MILLISECS_PER_BLOCK: u64 = 12000;170pub const MILLISECS_PER_BLOCK: u64 = 12000;