]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Mon, 9 Apr 2018 11:37:43 +0000 (14:37 +0300)
committerjl777 <[email protected]>
Mon, 9 Apr 2018 11:37:43 +0000 (14:37 +0300)
src/wallet/rpcwallet.cpp

index c9e9d00090d84eb50d1860a3b4b10a39503e8c8b..085d39fd06b776855ea3488cf94209c1a5b5a0bd 100644 (file)
@@ -2773,7 +2773,7 @@ int32_t komodo_staked(uint32_t *txtimep,uint256 *utxotxidp,int32_t *utxovoutp,ui
             fprintf(stderr,"failed to create signature\n");
         else
         {
-            ptr = (uint8_t *)sigdata.data();
+            ptr = (uint8_t *)sigdata.scriptSig.data();
             siglen = sigdata.size();
             for (i=0; i<siglen; i++)
                 utxosig[i] = ptr[i], fprintf(stderr,"%02x",ptr[i]);
This page took 0.034246 seconds and 4 git commands to generate.