]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Wed, 12 Sep 2018 10:46:24 +0000 (23:46 -1100)
committerjl777 <[email protected]>
Wed, 12 Sep 2018 10:46:24 +0000 (23:46 -1100)
src/cc/gateways.cpp

index e711c0997783fa31f579a4326c12a9d18a035d91..cabb2e2c0ae58699236afd5c8a09cbf7e631e80f 100644 (file)
@@ -579,7 +579,7 @@ std::string GatewaysDeposit(uint64_t txfee,uint256 bindtxid,int32_t height,std::
     merkleroot = zeroid;
     for (i=m=0; i<n; i++)
     {
-        fprintf(stderr,"pubkeys[%d] %s\n",i,pubkey33_str(str,(uint8_t *)pubkeys[i].data()));
+        fprintf(stderr,"pubkeys[%d] %s\n",i,pubkey33_str(str,(uint8_t *)&pubkeys[i]));
         if ( (mhash= GatewaysReverseScan(txid,height,oracletxid,OraclesBatontxid(oracletxid,pubkeys[i]))) != zeroid )
         {
             if ( merkleroot == zeroid )
This page took 0.027663 seconds and 4 git commands to generate.