Fix ToC
This commit is contained in:
parent
212a314287
commit
53a9221d1a
|
@ -178,7 +178,7 @@ class NewPayloadRequest(object):
|
|||
|
||||
#### Engine APIs
|
||||
|
||||
#### `is_valid_versioned_hashes`
|
||||
##### `is_valid_versioned_hashes`
|
||||
|
||||
```python
|
||||
def is_valid_versioned_hashes(self: ExecutionEngine, new_payload_request: NewPayloadRequest) -> bool:
|
||||
|
@ -189,7 +189,7 @@ def is_valid_versioned_hashes(self: ExecutionEngine, new_payload_request: NewPay
|
|||
...
|
||||
```
|
||||
|
||||
#### Modified `verify_and_notify_new_payload`
|
||||
##### Modified `verify_and_notify_new_payload`
|
||||
|
||||
```python
|
||||
def verify_and_notify_new_payload(self: ExecutionEngine,
|
||||
|
|
Loading…
Reference in New Issue