diff options
Diffstat (limited to 'src/uint256.h')
-rw-r--r-- | src/uint256.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/uint256.h b/src/uint256.h index d3da1f26d2..0d27408575 100644 --- a/src/uint256.h +++ b/src/uint256.h @@ -623,7 +623,7 @@ inline const uint256 operator-(const uint256& a, const uint256& b) { return - +#ifdef TEST_UINT256 inline int Testuint256AdHoc(std::vector<std::string> vArg) { @@ -756,3 +756,5 @@ inline int Testuint256AdHoc(std::vector<std::string> vArg) } #endif + +#endif |