Test
This commit is contained in:
@@ -1048,8 +1048,8 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3
|
|||||||
komodo_kvupdate(opretbuf,opretlen,value);
|
komodo_kvupdate(opretbuf,opretlen,value);
|
||||||
return("kv");
|
return("kv");
|
||||||
}
|
}
|
||||||
//else if ( KOMODO_PAX == 0 )
|
else if ( KOMODO_PAX == 0 )
|
||||||
// return("nopax");
|
return("nopax");
|
||||||
if ( opretbuf[0] == 'D' )
|
if ( opretbuf[0] == 'D' )
|
||||||
{
|
{
|
||||||
tokomodo = 0;
|
tokomodo = 0;
|
||||||
|
|||||||
@@ -1512,7 +1512,7 @@ void komodo_args(char *argv0)
|
|||||||
{
|
{
|
||||||
USE_EXTERNAL_PUBKEY = 1;
|
USE_EXTERNAL_PUBKEY = 1;
|
||||||
KOMODO_PAX = 1;
|
KOMODO_PAX = 1;
|
||||||
} else KOMODO_PAX = GetArg("-pax",1);
|
} else KOMODO_PAX = GetArg("-pax",0);
|
||||||
name = GetArg("-ac_name","");
|
name = GetArg("-ac_name","");
|
||||||
if ( argv0 != 0 )
|
if ( argv0 != 0 )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user