Skip to content

Commit e931db4

Browse files
committed
Fix inner message type
1 parent 20445d6 commit e931db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relay-api-types/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ pub struct BidTraceV2WithTimestamp {
247247
#[ssz(enum_behaviour = "transparent")]
248248
pub struct SignedHeaderResponse<E: EthSpec> {
249249
#[superstruct(flatten)]
250-
pub message: HeaderSubmission<E>,
250+
pub message: HeaderResponse<E>,
251251
pub signature: Signature,
252252
}
253253

0 commit comments

Comments
 (0)