From 60eafafa52395f03df5008492c98095fa619cfd8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 16 Apr 2018 08:01:06 +0300 Subject: [PATCH] Use CreateJoinSplit.cpp method for wallet-utility.cpp --- src/wallet-utility.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/wallet-utility.cpp b/src/wallet-utility.cpp index f27d50aef..5dfbba065 100644 --- a/src/wallet-utility.cpp +++ b/src/wallet-utility.cpp @@ -8,7 +8,11 @@ #include "wallet/crypter.h" #include -#include "komodo_globals.h" +#include "komodo_defs.h" +char ASSETCHAINS_SYMBOL[KOMODO_ASSETCHAIN_MAXLEN]; +int64_t MAX_MONEY = 200000000 * 100000000LL; +uint16_t BITCOIND_PORT = 7771; +uint32_t ASSETCHAINS_CC = 0; void show_help() {