Skip to content

Commit e5855e9

Browse files
authored
chore: operator error log
1 parent fc7d842 commit e5855e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/bin/operator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ async fn main() {
917917
.map(|s| s.parse().expect("Failed to parse PRIVATE_KEY"));
918918

919919
if matches!(signer_mode, SignerMode::Local) && maybe_private_key.is_none() {
920-
panic!("PRIVATE_KEY must be set if SIGNER_MODE is false");
920+
panic!("PRIVATE_KEY must be set if signer mode is local");
921921
}
922922

923923
let config = ChainConfig::fetch().expect("Failed to fetch chain config");

0 commit comments

Comments
 (0)