We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b007b90 commit ae00d11Copy full SHA for ae00d11
mithril-signer/src/dependency_injection/builder.rs
@@ -449,6 +449,7 @@ impl<'a> DependenciesBuilder<'a> {
449
SignaturePublishRetryPolicy::never(),
450
);
451
452
+ #[allow(unused_variables)]
453
let second_publisher = SignaturePublisherRetrier::new(
454
aggregator_client.clone(),
455
SignaturePublishRetryPolicy {
@@ -458,6 +459,7 @@ impl<'a> DependenciesBuilder<'a> {
458
459
),
460
},
461
462
+ let second_publisher = SignaturePublisherNoop;
463
464
Arc::new(SignaturePublisherDelayer::new(
465
Arc::new(first_publisher),
0 commit comments