Use const CCoinsView's at some places.
At some places where it is possible (e. g., CheckInputs), use a const version of CCoinsView instead of a non-const one.
Showing
+9 -9
Please register or sign in to comment
At some places where it is possible (e. g., CheckInputs), use a const version of CCoinsView instead of a non-const one.