Skip to content

Commit 26b08bd

Browse files
Tanut LertwarachaiTanut Lertwarachai
authored andcommitted
fix log
1 parent d9860b2 commit 26b08bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/start.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub async fn start(path: PathBuf) -> anyhow::Result<()> {
3030
let signers = get_evm_local_signers_from_config(signer_configs)?;
3131
for signer in signers {
3232
let address = signer.evm_address()?;
33-
info!("initialized local signer: {}", address);
33+
info!("initialized evm local signer: {}", address);
3434
builder.with_evm_signer(address, signer);
3535
}
3636
}

0 commit comments

Comments
 (0)