Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
This commit is contained in:
Hsiao-Wei Wang 2021-10-26 21:38:22 +08:00 committed by GitHub
parent 5b9652bf93
commit 71d315950f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ def on_block(store: Store, signed_block: SignedBeaconBlock) -> None:
""" """
Run ``on_block`` upon receiving a new block. Run ``on_block`` upon receiving a new block.
An block that is asserted as invalid due to unavailable PoW block may be valid at a later time, A block that is asserted as invalid due to unavailable PoW block may be valid at a later time,
consider scheduling it for later processing in such case. consider scheduling it for later processing in such case.
""" """
block = signed_block.message block = signed_block.message