1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-02-22 22:25:42 +01:00
This commit is contained in:
kurihei 2018-02-11 22:21:14 +09:00 committed by Rusty Russell
parent 8f36ee9880
commit ae7589b45c

View file

@ -260,7 +260,7 @@ The origin node:
remaining packet after `signature` (using the key given by `node_id`).
- MAY set `alias` AND `rgb_color` to customize its appearance in maps and
graphs.
- Note: the first byte of `rgb` is the red value, the second byte is the
- Note: the first byte of `rgb_color` is the red value, the second byte is the
green value, and the last byte is the blue value.
- MUST set `alias` to a valid UTF-8 string, with any `alias` trailing-bytes
equal to 0.