-exchange mode

This commit is contained in:
jl777
2017-02-04 15:16:51 +02:00
parent db409a6ea0
commit 6ad13d7c20
4 changed files with 49 additions and 38 deletions

View File

@@ -1454,6 +1454,7 @@ void komodo_args()
extern int64_t MAX_MONEY;
std::string name,addn; char *dirname,fname[512],magicstr[9]; uint8_t magic[4]; FILE *fp; int32_t i,baseid,len;
IS_KOMODO_NOTARY = GetBoolArg("-notary", false);
KOMODO_EXCHANGEWALLET = GetBoolArg("-exchange", false);
NOTARY_PUBKEY = GetArg("-pubkey", "");
if ( strlen(NOTARY_PUBKEY.c_str()) == 66 )
{