Update specs/core/0_beacon-chain.md

Co-Authored-By: ChihChengLiang <chihchengliang@gmail.com>
This commit is contained in:
Hsiao-Wei Wang 2019-04-10 16:24:05 +08:00 committed by GitHub
parent ffccf742bd
commit e2dc12e9f6
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ Note: We aim to migrate to a S[T/N]ARK-friendly hash function in a future Ethere
### `signing_root` ### `signing_root`
`def signing_root(object: SSZContainer) -> Bytes32` is a function defined in the [SimpleSerialize spec](https://github.com/ethereum/eth2.0-specs/blob/master/specs/simple-serialize.md#signed-roots) to compute signed messages. `def signing_root(object: SSZContainer) -> Bytes32` is a function defined in the [SimpleSerialize spec](https://github.com/ethereum/eth2.0-specs/blob/dev/specs/simple-serialize.md#self-signed-containers) to compute signing messages.
### `get_temporary_block_header` ### `get_temporary_block_header`