Skip to content

Commit

Permalink
set runtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
tuminfei committed Apr 16, 2021
1 parent 41e1d34 commit cc9b661
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/fuxi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("uart"),
impl_name: create_runtime_str!("uart"),
authoring_version: 1,
spec_version: 31,
spec_version: 32,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down Expand Up @@ -852,6 +852,7 @@ impl InstanceFilter<Call> for ProxyType {
Call::Multisig(..) |
Call::Nicks(..) |
Call::Nft(..) |
Call::BlindBox(..) |
Call::Token(..) |
Call::Trade(..) |
Call::Contracts(..)
Expand Down

0 comments on commit cc9b661

Please sign in to comment.