mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-21 23:08:23 +00:00
Clarify name of on_valid_payload_envelope_received
This commit is contained in:
@@ -1018,7 +1018,7 @@ impl<E: EthSpec> Tester<E> {
|
||||
.chain
|
||||
.canonical_head
|
||||
.fork_choice_write_lock()
|
||||
.on_execution_payload(block_root);
|
||||
.on_valid_payload_envelope_received(block_root);
|
||||
|
||||
if valid {
|
||||
result.map_err(|e| {
|
||||
|
||||
Reference in New Issue
Block a user