Browse Source

Extern MAX_MONEY

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

2
src/zcash/JoinSplit.cpp

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

Loading…
Cancel
Save