Skip to content

Commit d86cd11

Browse files
committed
revert axon info field ordering
1 parent 41f9d25 commit d86cd11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pallets/subtensor/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)