diff options
-rw-r--r-- | lib/include/network.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/include/network.hpp b/lib/include/network.hpp index 62e27d6..544f828 100644 --- a/lib/include/network.hpp +++ b/lib/include/network.hpp @@ -14,7 +14,7 @@ #include "current_info.hpp" #include "array_hash.hpp" -#define CURRENT_CUTOFF 1e-11 +#define CURRENT_CUTOFF 1e-10 class network { public: |