]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Sun, 5 Nov 2017 14:56:47 +0000 (16:56 +0200)
committerjl777 <[email protected]>
Sun, 5 Nov 2017 14:56:47 +0000 (16:56 +0200)
src/komodo_gateway.h
src/komodo_utils.h

index ca54983bc6964c71802fdf29a1e695df895eda1e..07187c41c2a00bdcc0108e26dbf02a2263cd8d46 100644 (file)
@@ -1048,8 +1048,8 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3
         komodo_kvupdate(opretbuf,opretlen,value);
         return("kv");
     }
-    //else if ( KOMODO_PAX == 0 )
-    //    return("nopax");
+    else if ( KOMODO_PAX == 0 )
+        return("nopax");
     if ( opretbuf[0] == 'D' )
     {
         tokomodo = 0;
index 7db4f6fff5acbd709e7fab207eaa2f411cf4368e..92577dae04713c133b2dca88fd9f341792e241c4 100644 (file)
@@ -1512,7 +1512,7 @@ void komodo_args(char *argv0)
     {
         USE_EXTERNAL_PUBKEY = 1;
         KOMODO_PAX = 1;
-    } else KOMODO_PAX = GetArg("-pax",1);
+    } else KOMODO_PAX = GetArg("-pax",0);
     name = GetArg("-ac_name","");
     if ( argv0 != 0 )
     {
This page took 0.03121 seconds and 4 git commands to generate.