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

Fee filtering, plus tests #2400

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

Conversation

Djadih
Copy link
Contributor

@Djadih Djadih commented Dec 16, 2024

No description provided.

@Djadih Djadih added the enhancement New feature or request label Dec 16, 2024
@Djadih Djadih added this to the GoldAge Testnet milestone Dec 16, 2024
@Djadih Djadih self-assigned this Dec 16, 2024
@Djadih Djadih force-pushed the fee-filter branch 5 times, most recently from 001d051 to d46c998 Compare December 17, 2024 21:57
wizeguyy
wizeguyy previously approved these changes Dec 17, 2024
@Djadih Djadih marked this pull request as draft December 17, 2024 22:13
@Djadih Djadih force-pushed the fee-filter branch 2 times, most recently from f5b60fd to 2e4a598 Compare December 17, 2024 22:20
@Djadih Djadih marked this pull request as ready for review December 17, 2024 22:20
wizeguyy
wizeguyy previously approved these changes Dec 17, 2024
@Djadih Djadih force-pushed the fee-filter branch 2 times, most recently from 456e863 to 58dc991 Compare December 18, 2024 19:24
@@ -1457,7 +1455,7 @@ func ProcessQiTx(tx *types.Transaction, chain ChainContext, checkSig bool, isFir
elapsedTime = time.Since(stepStart)
stepTimings["Signature Check"] = elapsedTime

return qiTxFee, txFeeInQit, etxs, nil, stepTimings
return txFeeInQit, txFeeInQit, etxs, nil, stepTimings
Copy link
Contributor

Choose a reason for hiding this comment

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

since this is going into main, we should remove this duplicate return

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

Successfully merging this pull request may close these issues.

3 participants