We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3820b9d commit c0dd6e6Copy full SHA for c0dd6e6
eth/abc.py
@@ -374,7 +374,7 @@ def nonce(self) -> int:
374
@abstractmethod
375
def gas_price(self) -> int:
376
"""
377
- Will raise :cls:`AttributeError` if get or set on a 1559 transaction.
+ Will raise :class:`AttributeError` if get or set on a 1559 transaction.
378
379
...
380
@@ -3360,7 +3360,8 @@ def create_genesis_header(cls, **genesis_params: Any) -> BlockHeaderAPI:
3360
3361
Create a genesis header using this VM's rules.
3362
3363
- This is currently equivalent to create_header_from_parent(None, **genesis_params)
+ This is equivalent to calling :meth:`create_header_from_parent`
3364
+ with ``parent_header`` set to None.
3365
3366
3367
0 commit comments