We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f9d25 commit d86cd11Copy full SHA for d86cd11
pallets/subtensor/src/lib.rs
@@ -672,9 +672,9 @@ pub mod pallet {
672
/// Axon version
673
pub version: u32,
674
/// Axon u128 encoded ip address of type v6 or v4.
675
- pub port: u16,
676
- /// Axon u16 encoded port.
677
pub ip: u128,
+ /// Axon u16 encoded port.
+ pub port: u16,
678
/// Axon ip type, 4 for ipv4 and 6 for ipv6.
679
pub ip_type: u8,
680
/// Axon protocol. TCP, UDP, other.
0 commit comments