Send consensus valid/invalid messages

This commit is contained in:
Paul Hauner
2021-09-27 12:34:01 +10:00
parent 3c816a3533
commit 82d491c88d
3 changed files with 27 additions and 8 deletions

View File

@@ -152,6 +152,7 @@ impl ExecutionLayer {
let execute_payload_handle = ExecutePayloadHandle {
block_hash: execution_payload.block_hash,
execution_layer: self.clone(),
status: None,
};
Ok((execute_payload_response, execute_payload_handle))