Skip to content

Commit e76268a

Browse files
committed
fix(dmq): add missing 'kes_period' in 'DmqMsg'
1 parent e146931 commit e76268a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ mod tests {
242242
ttl: 100,
243243
kes_signature: vec![0, 1, 2, 3],
244244
operational_certificate: vec![0, 1, 2, 3, 4],
245+
kes_period: 10,
245246
}
246247
}
247248

internal/mithril-dmq/src/consumer/server/queue.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ mod tests {
8383
ttl: 100,
8484
kes_signature: vec![0, 1, 2, 3],
8585
operational_certificate: vec![0, 1, 2, 3, 4],
86+
kes_period: 10,
8687
}
8788
}
8889

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ mod tests {
234234
ttl: 100,
235235
kes_signature: vec![0, 1, 2, 3],
236236
operational_certificate: vec![0, 1, 2, 3, 4, 5],
237+
kes_period: 10,
237238
}
238239
}
239240

0 commit comments

Comments
 (0)