Fix typo
Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
This commit is contained in:
parent
5b9652bf93
commit
71d315950f
|
@ -114,7 +114,7 @@ def on_block(store: Store, signed_block: SignedBeaconBlock) -> None:
|
|||
"""
|
||||
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.
|
||||
"""
|
||||
block = signed_block.message
|
||||
|
|
Loading…
Reference in New Issue