MAX_MONEY declare

This commit is contained in:
jl777
2018-04-16 07:55:00 +03:00
parent 2b9acc59fc
commit 1abdb0de13

View File

@@ -17,6 +17,7 @@
#include "tinyformat.h"
#include "sync.h"
#include "amount.h"
int64_t MAX_MONEY = 200000000 * 100000000LL;
using namespace libsnark;