Skip to content

Commit

Permalink
fix wallet-utility linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
DeckerSU committed Sep 24, 2024
1 parent d26d5c5 commit d40d0fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/wallet-utility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "assetchain.h"
assetchain chainName;

/*
int64_t MAX_MONEY = 200000000 * 100000000LL;
uint64_t ASSETCHAINS_SUPPLY;
uint16_t BITCOIND_RPCPORT = 7771;
Expand All @@ -26,6 +27,7 @@ int32_t ASSETCHAINS_SAPLING = 227520;
bool IS_KOMODO_TESTNODE = false;
unsigned int MAX_BLOCK_SIGOPS = 20000;
*/

void show_help()
{
Expand Down Expand Up @@ -360,4 +362,4 @@ int main(int argc, char* argv[])
bool komodo_is_vSolutionsFixActive()
{
return true;
}
}

0 comments on commit d40d0fa

Please sign in to comment.