Make crosslink_data_root comment more explicit (#973)

This commit is contained in:
terence tsao 2019-04-20 22:48:02 -07:00 committed by Justin
parent 75fae6f311
commit 08d921a6c9
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ The types are defined topologically to aid in facilitating an executable version
'epoch': 'uint64',
# Root of the previous crosslink
'previous_crosslink_root': 'bytes32',
# Shard data since the previous crosslink
# Root of the crosslinked shard data since the previous crosslink
'crosslink_data_root': 'bytes32',
}
```