Skip to content
Snippets Groups Projects
Commit 0e6ac43f authored by Éloïs's avatar Éloïs
Browse files

typo

parent a9b76e62
No related branches found
No related tags found
No related merge requests found
...@@ -353,10 +353,10 @@ Signed document declaring all the endpoints of a peer. ...@@ -353,10 +353,10 @@ Signed document declaring all the endpoints of a peer.
| endpoints_count | 1 | u8 | | endpoints_count | 1 | u8 |
| currency_code | 2 | u16 | | currency_code | 2 | u16 |
| node_id | 4 | u32 | | node_id | 4 | u32 |
| issuer_public_key | 32 | PubkeyBox | | issuer_public_key | ? | PubkeyBox |
| blockstamp | 36 | Blockstamp | | blockstamp | 36 | Blockstamp |
| endpoints_datas | calculate* | [(u16, endpoint); endpoints_count] | | endpoints_datas | calculate* | [(u16, endpoint); endpoints_count] |
| signature | 64 | SigBox | | signature | ? | SigBox |
endpoints_datas := table of tuples (endpoint_size, endpoint). endpoints_datas := table of tuples (endpoint_size, endpoint).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment