Skip to content

Commit

Permalink
addded log
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiyaTarasova committed Nov 28, 2024
1 parent 3fa1bdf commit ff9436c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm_loader/lib/src/commands/get_contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub async fn execute(
accounts: &[Address],
) -> NeonResult<Vec<GetContractResponse>> {
let legacy_chain_id = super::get_config::read_legacy_chain_id(rpc, *program_id).await?;

log::info!("get_contract execute: {}", legacy_chain_id);
let pubkeys: Vec<_> = accounts
.iter()
.map(|a| a.find_solana_address(program_id).0)
Expand Down

0 comments on commit ff9436c

Please sign in to comment.