]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Thu, 2 Feb 2017 15:07:04 +0000 (17:07 +0200)
committerjl777 <[email protected]>
Thu, 2 Feb 2017 15:07:04 +0000 (17:07 +0200)
src/pow.cpp

index 3e63cd71d6d4c7851024ab790d1e4ac6b5221d21..bfde5756d63c5207cb91c39795c61ef61d6b1db3 100644 (file)
@@ -128,7 +128,7 @@ int32_t komodo_eligiblenotary(int32_t *mids,int32_t *nonzpkeysp,int32_t height)
                 duplicate++;
         }
     }
-    if ( i == 66 && duplicate == 0 && nonzpkeys > 0 )
+    if ( i == 66 && duplicate == 0 && *nonzpkeysp > 0 )
         return(1);
     else return(0);
 }
This page took 0.022077 seconds and 4 git commands to generate.