Skip to content

Commit 8118db6

Browse files
committed
fix
1 parent 84443a1 commit 8118db6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

relays/ethereum/src/ethereum_client.rs

+1
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ async fn submit_ethereum_transaction(
339339
estimate_gas(
340340
client,
341341
CallRequest {
342+
to: contract_address,
342343
data: Some(encoded_call.clone().into()),
343344
..Default::default()
344345
}

0 commit comments

Comments
 (0)