This commit is contained in:
jl777
2017-01-29 23:33:23 +02:00
parent a012e05877
commit 26bc2cab8b

View File

@@ -3,6 +3,8 @@
#include <iostream>
#include "crypto/common.h"
int64_t MAX_MONEY = 200000000 * 100000000LL;
int main(int argc, char **argv)
{
if (init_and_check_sodium() == -1) {