There was an error while loading. Please reload this page.
1 parent d9860b2 commit 26b08bdCopy full SHA for 26b08bd
1 file changed
src/commands/start.rs
@@ -30,7 +30,7 @@ pub async fn start(path: PathBuf) -> anyhow::Result<()> {
30
let signers = get_evm_local_signers_from_config(signer_configs)?;
31
for signer in signers {
32
let address = signer.evm_address()?;
33
- info!("initialized local signer: {}", address);
+ info!("initialized evm local signer: {}", address);
34
builder.with_evm_signer(address, signer);
35
}
36
0 commit comments