File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -672,9 +672,9 @@ pub mod pallet {
672672 /// Axon version
673673 pub version : u32 ,
674674 /// Axon u128 encoded ip address of type v6 or v4.
675- pub port : u16 ,
676- /// Axon u16 encoded port.
677675 pub ip : u128 ,
676+ /// Axon u16 encoded port.
677+ pub port : u16 ,
678678 /// Axon ip type, 4 for ipv4 and 6 for ipv6.
679679 pub ip_type : u8 ,
680680 /// Axon protocol. TCP, UDP, other.
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
135135 // `spec_version`, and `authoring_version` are the same between Wasm and native.
136136 // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
137137 // the compatible custom types.
138- spec_version : 185 ,
138+ spec_version : 186 ,
139139 impl_version : 1 ,
140140 apis : RUNTIME_API_VERSIONS ,
141141 transaction_version : 1 ,
You can’t perform that action at this time.
0 commit comments