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 d3b07a0 commit ca5dfe6Copy full SHA for ca5dfe6
pallets/subtensor/src/errors.rs
@@ -10,7 +10,7 @@ mod errors {
10
SubNetworkDoesNotExist,
11
/// The root network does not exist.
12
RootNetworkDoesNotExist,
13
- /// The user tries to serve an axon which is not of type 4 (IPv4) or 6 (IPv6).
+ /// The user is trying to serve an axon which is not of type 4 (IPv4) or 6 (IPv6).
14
InvalidIpType,
15
/// An invalid IP address is passed to the serve function.
16
InvalidIpAddress,
0 commit comments