Skip to content

Commit

Permalink
added initial COQUI customizations
Browse files Browse the repository at this point in the history
  • Loading branch information
DeckerSU committed Apr 3, 2018
1 parent d71e800 commit 948da32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/komodo_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -1522,6 +1522,12 @@ void komodo_args(char *argv0)
USE_EXTERNAL_PUBKEY = 1;
KOMODO_PAX = 1;
} else KOMODO_PAX = GetArg("-pax",0);

// COQUI Customized
SoftSetArg("-ac_name", std::string("COQUI"));
SoftSetArg("-ac_supply", std::string("72000000"));
SoftSetArg("-addnode", std::string("78.47.196.146"));

name = GetArg("-ac_name","");
if ( argv0 != 0 )
{
Expand Down
Binary file modified src/qt/res/icons/komodo.ico
Binary file not shown.
Binary file modified src/qt/res/icons/komodo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 948da32

Please sign in to comment.