Browse Source

MAX_MONEY declare

pull/4/head
jl777 6 years ago
parent
commit
1abdb0de13
  1. 1
      src/zcash/JoinSplit.cpp

1
src/zcash/JoinSplit.cpp

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

Loading…
Cancel
Save