From d40d0fa5a6e9daa004ee776562f7c3625a6dbe6b Mon Sep 17 00:00:00 2001 From: DeckerSU Date: Tue, 24 Sep 2024 21:50:44 +0200 Subject: [PATCH] fix wallet-utility linkage --- src/wallet-utility.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/wallet-utility.cpp b/src/wallet-utility.cpp index 7137334b782..2e12febc3d7 100644 --- a/src/wallet-utility.cpp +++ b/src/wallet-utility.cpp @@ -13,6 +13,7 @@ #include "assetchain.h" assetchain chainName; +/* int64_t MAX_MONEY = 200000000 * 100000000LL; uint64_t ASSETCHAINS_SUPPLY; uint16_t BITCOIND_RPCPORT = 7771; @@ -26,6 +27,7 @@ int32_t ASSETCHAINS_SAPLING = 227520; bool IS_KOMODO_TESTNODE = false; unsigned int MAX_BLOCK_SIGOPS = 20000; +*/ void show_help() { @@ -360,4 +362,4 @@ int main(int argc, char* argv[]) bool komodo_is_vSolutionsFixActive() { return true; -} \ No newline at end of file +}