-
Notifications
You must be signed in to change notification settings - Fork 649
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
Split wallet.cpp into smaller files #2013
Conversation
After rebasing to |
I have cleaned up more of the implementations. Please try again and let me know if you have any problems. Thanks! |
Compiles OK with MinGW 7.3 on Linux and Windows. |
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.
Confirmed code was moved and reformatted as of daa7f95
Also confirmed that the gitian windows build works with this version.
Thanks! I would have grouped differently in some cases, but that's more a matter of personal taste. |
Fixes #2003 #950
This will split wallet.cpp into smaller files to alleviate problems compiling such a large file.
The definition of the implementation was moved into a header, and some of the implementation of methods moved into separate .cpp files.