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

ante handler #149

Merged
merged 4 commits into from
Dec 3, 2024
Merged

ante handler #149

merged 4 commits into from
Dec 3, 2024

Conversation

kimurayu45z
Copy link
Contributor

Overview

@kimurayu45z kimurayu45z requested a review from Senna46 December 2, 2024 08:38
app/app.go Outdated
app.Logger(), mempool,
app.txConfig.TxDecoder(),
mevCheckTx.CheckTx(),
app.BaseApp,
)

app.SetCheckTx(checkTxHandler.CheckTx())
app.SetCheckTx(parityCheckTx.CheckTx())
app.SetAnteHandler(anteHandler)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Important

@Senna46 Senna46 mentioned this pull request Dec 2, 2024
@Senna46 Senna46 merged commit 44e473f into main Dec 3, 2024
1 check passed
@Senna46 Senna46 deleted the block-sdk branch December 3, 2024 08:29
@Senna46 Senna46 mentioned this pull request Dec 4, 2024
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