This commit is contained in:
ca333
2017-10-09 16:18:22 +02:00
parent 59d405e867
commit 34017212c7
5 changed files with 85 additions and 54 deletions

View File

@@ -111,9 +111,9 @@ bool AppInit(int argc, char* argv[])
try
{
void komodo_args();
komodo_args();
fprintf(stderr,"call komodo_args NOTARY_PUBKEY.(%s)\n",NOTARY_PUBKEY.c_str());
void komodo_args(char *argv0);
komodo_args(argv[0]);
fprintf(stderr,"call komodo_args.(%s) NOTARY_PUBKEY.(%s)\n",argv[0],NOTARY_PUBKEY.c_str());
while ( ASSETCHAIN_INIT == 0 )
{
//if ( komodo_is_issuer() != 0 )