-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
TXM In-memory: step 3-03-SaveFetchedReceipts #12229
TXM In-memory: step 3-03-SaveFetchedReceipts #12229
Conversation
I see that you haven't updated any README files. Would it make sense to do so? |
@@ -350,6 +350,8 @@ func (as *addressState[CHAIN_ID, ADDR, TX_HASH, BLOCK_HASH, R, SEQ, FEE]) moveTx | |||
txAttempt.BroadcastBeforeBlockNum = &blockNum | |||
} | |||
tx.State = TxConfirmed | |||
as.confirmedTxs[tx.ID] = tx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just want to confirm here too that tx are only moved from Unconfirmed to Confirmed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
Quality Gate failedFailed conditions See analysis details on SonarQube Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
NOTES:
Parent: