File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
mithril-test-lab/mithril-end-to-end/src/assertions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ pub async fn assert_is_creating_certificate_with_enough_signers(
178
178
}
179
179
} ) {
180
180
AttemptResult :: Ok ( certificate) => {
181
- info ! ( "Aggregator produced a certificate" ; "certificate" => # ?certificate) ;
181
+ info ! ( "Aggregator produced a certificate" ; "certificate" => ?certificate) ;
182
182
if certificate. metadata . signers . len ( ) == total_signers_expected {
183
183
info ! (
184
184
"Certificate is signed by expected number of signers: {} >= {} " ,
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ pub async fn wait_for_epoch_settings(
50
50
. json:: <EpochSettingsMessage >( )
51
51
. await
52
52
. map_err( |e| format!( "Invalid EpochSettings body : {e}" ) ) ?;
53
- info!( "Aggregator ready" ; "epoch_settings" => # ?epoch_settings) ;
53
+ info!( "Aggregator ready" ; "epoch_settings" => ?epoch_settings) ;
54
54
Ok ( Some ( epoch_settings) )
55
55
}
56
56
s if s. is_server_error( ) => {
You can’t perform that action at this time.
0 commit comments