Skip to content

Commit 2eded47

Browse files
committed
use legacy txs
1 parent 780d132 commit 2eded47

File tree

1 file changed

+1
-1
lines changed
  • tesseract/messaging/evm/src

1 file changed

+1
-1
lines changed

tesseract/messaging/evm/src/tx.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ pub async fn submit_messages(
358358
for (idx, tx) in tx_requests.into_iter().enumerate() {
359359
// Fetch the pending nonce upfront so we can reuse it if the tx gets stuck.
360360
let nonce = client.signer.get_transaction_count(from).await?;
361-
let tx = tx.nonce(nonce);
361+
let tx = tx.nonce(nonce).transaction_type(0);
362362

363363
// Retry the send on rate limits.
364364
let pending = loop {

0 commit comments

Comments
 (0)