Skip to content
Snippets Groups Projects
Commit 03039b2e authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] RFC 0004 WS2Pv1: messageV2 field SOFT_VERSION must accept suffix

parent 163c5511
No related branches found
No related tags found
No related merge requests found
...@@ -303,7 +303,7 @@ PUBKEY := public key of the issuer node of this head ...@@ -303,7 +303,7 @@ PUBKEY := public key of the issuer node of this head
BLOCKSTAMP = `blockNumber-Hash` BLOCKSTAMP = `blockNumber-Hash`
WS2PID := unique identifier of the ws2p endpoint WS2PID := unique identifier of the ws2p endpoint
SOFTWARE = `duniter-ts` SOFTWARE = `duniter-ts`
SOFT_VERSION = `X.Y.Z` (for example `1.6.14`) SOFT_VERSION = `X.Y.Z-suffix` (for example `1.6.14-beta`)
POW_PREFIX := nonce prefix for proof of work (manually fixed by the user) POW_PREFIX := nonce prefix for proof of work (manually fixed by the user)
FREE_MEMBER_ROOM := Number of incoming connection requests that can still be accepted from member nodes (FREE_MIROR_ROOM - Number of incoming connections established by non-priority mirror nodes). FREE_MEMBER_ROOM := Number of incoming connection requests that can still be accepted from member nodes (FREE_MIROR_ROOM - Number of incoming connections established by non-priority mirror nodes).
FREE_MIROR_ROOM := An integer indicating the number of incoming connections that the node can still receive. FREE_MIROR_ROOM := An integer indicating the number of incoming connections that the node can still receive.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment