The standard spelling seems to be "serialize", not "serialise"
grep -r "serialize" src/ | wc -l
310
grep -r "serialise" src/ | wc -l
1
Corrected the single instance of "serialise" in mining.cpp
The standard spelling seems to be "serialize", not "serialise"
grep -r "serialize" src/ | wc -l
310
grep -r "serialise" src/ | wc -l
1
Corrected the single instance of "serialise" in mining.cpp
Please add this to the other issue to minimise(-ze) review needed.
All right