You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A block is not useful unless it has a way to point to its parent block, so that an importer knows how to import it. Although the spec does not define it, all block intrinsically has a block identifier. Currently our block identifier is defined by previous_block_root:
A block is not useful unless it has a way to point to its parent block, so that an importer knows how to import it. Although the spec does not define it, all block intrinsically has a block identifier. Currently our block identifier is defined by
previous_block_root
:Notice the if statement just for genesis block. If, instead, we change genesis
block_body_root
to empty struct signing root, it can be avoided.The text was updated successfully, but these errors were encountered: