mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 01:14:58 -05:00
Update specs/core/0_beacon-chain.md
Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
@@ -599,7 +599,7 @@ def deposit(deposit_params: bytes[2048]):
|
||||
if self.total_deposit_count == 16384:
|
||||
timestamp_day_boundary: timestamp = (block.timestamp - block.timestamp % 86400) + 86400
|
||||
timestamp_day_boundary_bytes8: bytes[8] = slice(convert(timestamp_day_boundary, 'bytes32'), 24, 8)
|
||||
log.ChainStart(self.receipt_tree[1], timestamp_day_boundary_bytes8 )
|
||||
log.ChainStart(self.receipt_tree[1], timestamp_day_boundary_bytes8)
|
||||
|
||||
@public
|
||||
@constant
|
||||
|
||||
Reference in New Issue
Block a user