Skip to content

feat: try resend tx to axon #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

feat: try resend tx to axon #12

wants to merge 2 commits into from

Conversation

driftluo
Copy link
Contributor

No description provided.

@driftluo driftluo force-pushed the try-resend-tx-to-axon branch from c713f4c to bbd125f Compare December 22, 2023 10:43
@ashuralyk ashuralyk requested review from Flouse and KaoImin December 22, 2023 11:25
@Flouse Flouse requested a review from Simon-Tl December 22, 2023 12:01
.await?
.expect("failed to send eth tx");
let tx_raw = tx.rlp_signed(&signature);
while let None = provider.send_raw_transaction(tx_raw.clone()).await?.await? {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will the retry frequency be too high?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants