Skip to content

Commit 2f3c668

Browse files
committed
fix: drop "network byte order" from platform{HTTP,P2P}Port description
1 parent 758e0c5 commit 2f3c668

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

dip-0003/network-info.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ The fields below are represented as `networkInfo` and are applicable to all mast
2626
The fields below are represented as `platformInfo` and are only applicable for EvoNodes as defined in
2727
[Appendix B](masternode-types.md)
2828

29-
| Field | Type | Size | Description |
30-
| ---------------- | ------- | ------ | ---------------------------------------------------------------------------------------- |
31-
| platformP2PPort | uint_16 | 0 or 2 | TCP port of Dash Platform peer-to-peer communication between nodes (network byte order). |
32-
| platformHTTPPort | uint_16 | 0 or 2 | TCP port of Platform HTTP/API interface (network byte order). |
29+
| Field | Type | Size | Description |
30+
| ---------------- | ------- | ------ | ------------------------------------------------------------------- |
31+
| platformP2PPort | uint_16 | 0 or 2 | TCP port of Dash Platform peer-to-peer communication between nodes. |
32+
| platformHTTPPort | uint_16 | 0 or 2 | TCP port of Platform HTTP/API interface. |
3333

3434
### <a name="plinfo_rules">Validation Rules</a>
3535

0 commit comments

Comments
 (0)