]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Thu, 27 Oct 2016 18:47:47 +0000 (15:47 -0300)
committerjl777 <[email protected]>
Thu, 27 Oct 2016 18:47:47 +0000 (15:47 -0300)
src/komodo_gateway.h

index 43b1c4bbe549ebcb2f097bc15fd89429e927e8ec..67271e6aafa011a83a83709510e517fb769e8f6f 100644 (file)
@@ -64,7 +64,7 @@ void komodo_gateway_deposits(CMutableTransaction& txNew)
     printf("total numvouts.%d %.8f\n",numvouts,dstr(PENDING_KOMODO_TX));
 }
 
-int32_t komodo_check_deposit(CBlock& block)
+int32_t komodo_check_deposit(const CBlock& block) // verify above block is valid pax pricing
 {
     return(0);
 }
This page took 0.027212 seconds and 4 git commands to generate.