Skip to content

Commit b09ab57

Browse files
Update crates/common/src/config/signer.rs
Co-authored-by: ltitanb <[email protected]>
1 parent c1aa3c9 commit b09ab57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/common/src/config/signer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ impl StartSignerConfig {
5656
Some(SignerConfig::Local { loader, store, .. }) => {
5757
Ok(StartSignerConfig { chain: config.chain, loader, server_port, jwts, store })
5858
}
59-
Some(SignerConfig::Remote { .. }) => Err(eyre::eyre!("Remote signer configured")),
59+
Some(SignerConfig::Remote { .. }) => bail!("Remote signer configured"),
6060
None => Err(eyre::eyre!("Signer config is missing")),
6161
}
6262
}

0 commit comments

Comments
 (0)