Skip to content

Commit

Permalink
fix: update slot
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Oct 7, 2024
1 parent 3468c43 commit 202e0d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bolt-boost/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ use cb_common::{
config::PbsConfig,
constants::APPLICATION_BUILDER_DOMAIN,
pbs::{
error::{PbsError, ValidationError}, GetHeaderResponse, RelayClient, SignedExecutionPayloadHeader, EMPTY_TX_ROOT_HASH, HEADER_SLOT_UUID_KEY, HEADER_START_TIME_UNIX_MS
error::{PbsError, ValidationError},
GetHeaderResponse, RelayClient, SignedExecutionPayloadHeader, EMPTY_TX_ROOT_HASH,
HEADER_SLOT_UUID_KEY, HEADER_START_TIME_UNIX_MS,
},
signature::verify_signed_message,
types::Chain,
Expand Down

0 comments on commit 202e0d2

Please sign in to comment.