This commit is contained in:
jl777
2017-11-05 16:54:41 +02:00
parent ddef24809c
commit 5aa9c7f3cf
2 changed files with 1 additions and 2 deletions

View File

@@ -1050,7 +1050,6 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3
}
//else if ( KOMODO_PAX == 0 )
// return("nopax");
printf("OPRET.%c\n",opretbuf[0]);
if ( opretbuf[0] == 'D' )
{
tokomodo = 0;

View File

@@ -1512,7 +1512,7 @@ void komodo_args(char *argv0)
{
USE_EXTERNAL_PUBKEY = 1;
KOMODO_PAX = 1;
} else KOMODO_PAX = GetArg("-pax",0);
} else KOMODO_PAX = GetArg("-pax",1);
name = GetArg("-ac_name","");
if ( argv0 != 0 )
{