Skip to content

Commit 4d85e0d

Browse files
committed
refactor(dmq): adapt publisher server with new 'DmqMsg' structure
Following the move of operational certificate and cold verification out of the signed payload.
1 parent f8cd590 commit 4d85e0d

File tree

1 file changed

+2
-3
lines changed
  • internal/mithril-dmq/src/publisher/server

1 file changed

+2
-3
lines changed

internal/mithril-dmq/src/publisher/server/pallas.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,13 +264,12 @@ mod tests {
264264
msg_payload: DmqMsgPayload {
265265
msg_id: vec![0, 1],
266266
msg_body: vec![0, 1, 2],
267-
268267
kes_period: 10,
269-
operational_certificate: vec![0, 1, 2, 3, 4],
270-
cold_verification_key: vec![0, 1, 2, 3, 4, 5],
271268
expires_at: 100,
272269
},
273270
kes_signature: vec![0, 1, 2, 3],
271+
operational_certificate: vec![0, 1, 2, 3, 4],
272+
cold_verification_key: vec![0, 1, 2, 3, 4, 5],
274273
}
275274
}
276275

0 commit comments

Comments
 (0)