Clarify endianness for IEEE 754 represented floating number

This commit is contained in:
kdeme 2020-04-16 14:41:45 +02:00
parent 99b0ef9e9d
commit 1fa7350dbe
No known key found for this signature in database
GPG Key ID: 4E8DD21420AF43F5

View File

@ -124,8 +124,8 @@ confirmations-enabled = BIT
light-node = BIT
; pow is "a single floating point value of PoW.
; This value is the IEEE 754 binary representation
; of a 64-bit floating point number.
; This value is the IEEE 754 binary representation,
; of a 64-bit floating point number, in little-endian order.
; Values of qNAN, sNAN, INF and -INF are not allowed.
; Negative values are also not allowed."
pow = 1*DIGIT "." 1*DIGIT
@ -518,6 +518,7 @@ Known static nodes MAY also be used.
### Upcoming Version
- Clarify the preferred way of handling unknown keys in the `status-options` association list.
- Clarify endianness for IEEE 754 represented floating number.
### Version 0.4