@@ -270,7 +270,7 @@ mod tests {
270270 let local_configuration_epoch_settings = AggregatorEpochSettings {
271271 protocol_parameters : ProtocolParameters :: new ( 3000 , 300 , 0.3 ) ,
272272 cardano_transactions_signing_config : Some ( CardanoTransactionsSigningConfig {
273- security_parameter : BlockNumber ( 3 ) ,
273+ security_parameter : BlockNumberOffset ( 3 ) ,
274274 step : BlockNumber ( 30 ) ,
275275 } ) ,
276276 cardano_blocks_transactions_signing_config : Some (
@@ -292,7 +292,7 @@ mod tests {
292292 protocol_parameters: ProtocolParameters :: new( 1000 , 100 , 0.1 ) ,
293293 cardano_transactions_signing_config: Some (
294294 CardanoTransactionsSigningConfig {
295- security_parameter: BlockNumber ( 1 ) ,
295+ security_parameter: BlockNumberOffset ( 1 ) ,
296296 step: BlockNumber ( 10 ) ,
297297 } ,
298298 ) ,
@@ -310,7 +310,7 @@ mod tests {
310310 protocol_parameters: ProtocolParameters :: new( 2000 , 200 , 0.2 ) ,
311311 cardano_transactions_signing_config: Some (
312312 CardanoTransactionsSigningConfig {
313- security_parameter: BlockNumber ( 2 ) ,
313+ security_parameter: BlockNumberOffset ( 2 ) ,
314314 step: BlockNumber ( 20 ) ,
315315 } ,
316316 ) ,
@@ -336,7 +336,7 @@ mod tests {
336336 enabled_signed_entity_types: SignedEntityTypeDiscriminants :: all( ) ,
337337 signed_entity_types_config: SignedEntityTypeConfiguration {
338338 cardano_transactions: Some ( CardanoTransactionsSigningConfig {
339- security_parameter: BlockNumber ( 1 ) ,
339+ security_parameter: BlockNumberOffset ( 1 ) ,
340340 step: BlockNumber ( 10 ) ,
341341 } ) ,
342342 cardano_blocks_transactions: Some ( CardanoBlocksTransactionsSigningConfig {
@@ -354,7 +354,7 @@ mod tests {
354354 enabled_signed_entity_types: SignedEntityTypeDiscriminants :: all( ) ,
355355 signed_entity_types_config: SignedEntityTypeConfiguration {
356356 cardano_transactions: Some ( CardanoTransactionsSigningConfig {
357- security_parameter: BlockNumber ( 2 ) ,
357+ security_parameter: BlockNumberOffset ( 2 ) ,
358358 step: BlockNumber ( 20 ) ,
359359 } ) ,
360360 cardano_blocks_transactions: Some ( CardanoBlocksTransactionsSigningConfig {
@@ -372,7 +372,7 @@ mod tests {
372372 enabled_signed_entity_types: SignedEntityTypeDiscriminants :: all( ) ,
373373 signed_entity_types_config: SignedEntityTypeConfiguration {
374374 cardano_transactions: Some ( CardanoTransactionsSigningConfig {
375- security_parameter: BlockNumber ( 3 ) ,
375+ security_parameter: BlockNumberOffset ( 3 ) ,
376376 step: BlockNumber ( 30 ) ,
377377 } ) ,
378378 cardano_blocks_transactions: Some ( CardanoBlocksTransactionsSigningConfig {
0 commit comments