Indicate no quorum checkpoint (#2737)

### Description

Currently, when the validator is not signing, there is just a unhelpful
"Could not fetch metadata" log line. This indicates that no quorum could
be found at the debug level as well as adding the checkpoint syncer
information

### Backward compatibility

Yes

### Testing

Manual
pull/2499/merge
Nam Chu Hoai 1 year ago committed by GitHub
parent bf44b355a5
commit 7ab7cf5447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      rust/hyperlane-base/src/types/multisig.rs

@ -355,6 +355,7 @@ impl MultisigCheckpointSyncer {
continue;
}
}
debug!("No quorum checkpoint found for message");
Ok(None)
}
}

Loading…
Cancel
Save