Update specs/core/0_beacon-chain.md
Co-Authored-By: ChihChengLiang <chihchengliang@gmail.com>
This commit is contained in:
parent
ffccf742bd
commit
e2dc12e9f6
|
@ -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`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue