Skip to content

Commit fab0edd

Browse files
authored
Genesis header author index is set to u16::max (#66)
1 parent 2b0e7e4 commit fab0edd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/knowledge/genesis-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ vectors - we define the following values for the genesis header.
5757
},
5858
"tickets_mark": null,
5959
"offenders_mark": [],
60-
"author_index": 0,
60+
"author_index": 0xffff,
6161
"entropy_source": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
6262
"seal": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
6363
}
6464
```
6565

66-
Expected hash: `0xe864d485113737c28c2fef3b2aed39cb2f289a369b15c54e9c44720bcfdc0ca0`
66+
Expected hash: `0x2531a16fa6717458a12d8252381223aad7cd9f9a75e07adb3a413b8320da62bf`
6767

6868
Binary encoding must adhere to the Block serialization specification established in the Gray Paper.
6969

0 commit comments

Comments
 (0)