Skip to content

Fix whitelist#4433

Closed
shargon wants to merge 1 commit intoneo-project:master-n3from
shargon:fix-white-list
Closed

Fix whitelist#4433
shargon wants to merge 1 commit intoneo-project:master-n3from
shargon:fix-white-list

Conversation

@shargon
Copy link
Member

@shargon shargon commented Jan 14, 2026

Description

As talked with @superboyiii , this can solve a issue with whitelist

Type of change

  • Optimization (the change is only an optimization)
  • Style (the change is only a code style for better maintenance or standard purpose)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

  • Unit Testing
  • Run Application
  • Local Computer Tests
  • No Testing

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

NativeContract.Policy.IsWhitelistFeeContract(SnapshotCache, contract.Hash, method, out var fixedFee))
{
AddFee(fixedFee.Value * ApplicationEngine.FeeFactor);
state.WhiteListed = true;
Copy link
Member

Choose a reason for hiding this comment

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

This line should be removed?

@shargon
Copy link
Member Author

shargon commented Jan 14, 2026

Closed in favor of #4434

@shargon shargon closed this Jan 14, 2026
@shargon shargon deleted the fix-white-list branch January 14, 2026 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants