mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
proposer preferences SSE event
This commit is contained in:
@@ -3241,6 +3241,9 @@ pub fn serve<T: BeaconChainTypes>(
|
||||
api_types::EventTopic::ExecutionPayloadBid => {
|
||||
event_handler.subscribe_execution_payload_bid()
|
||||
}
|
||||
api_types::EventTopic::ProposerPreferences => {
|
||||
event_handler.subscribe_proposer_preferences()
|
||||
}
|
||||
api_types::EventTopic::PayloadAttestationMessage => {
|
||||
event_handler.subscribe_payload_attestation_message()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user