-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Neo initialization methods to use global Neo instance
- Converted initialization methods from receiver methods to package-level functions - Simplified method calls by directly using the global Neo instance - Removed redundant method receiver references in initialization logic - Improved code readability and reduced unnecessary method complexity This change streamlines the Neo initialization process and makes the code more straightforward and maintainable.
- Loading branch information
Showing
2 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters