Merge pull request #41 from jl777/dPoW

test
This commit is contained in:
jl777
2016-10-27 15:49:17 -03:00
committed by GitHub

View File

@@ -64,7 +64,7 @@ void komodo_gateway_deposits(CMutableTransaction& txNew)
printf("total numvouts.%d %.8f\n",numvouts,dstr(PENDING_KOMODO_TX)); 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); return(0);
} }