Skip to content
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

Fix AVAX missing transaction confirmations #844

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Conversation

samholmes
Copy link
Collaborator

@samholmes samholmes commented Oct 1, 2024

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Description

none

@@ -73,6 +73,7 @@ export interface ChainParams {
}

export interface EthereumNetworkInfo {
addressQueryLookbackBlocks?: number
Copy link
Contributor

Choose a reason for hiding this comment

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

Every info file features it so let's make it mandatory

@@ -361,10 +360,12 @@ export class EthereumNetwork {
this.ethEngine.walletLocalData.lastTransactionDate[
currencyCode
] ?? 0
const addressQueryLookbackBlocks =
this.ethEngine.networkInfo.addressQueryLookbackBlocks ?? 0
Copy link
Contributor

Choose a reason for hiding this comment

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

The nullish coalescing operator isn't useful

@peachbits peachbits merged commit 31e95d0 into master Oct 3, 2024
2 checks passed
@peachbits peachbits deleted the sam/pending-tx-bug branch October 3, 2024 21:49
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.

2 participants