althack-project / althack-project/althack
Fix order of class member intialization
Open
bug
good first issue
help wanted
- Dominant language
- C++
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The `AccountNode` class keeps causing compiler warnings because some of its constructor initialized variables aren't order of definition. The order of these initializations (or of the variables) needs to be adjusted accordingly.
Contributor guide
Assessment
This issue has not been assessed yet.