This commit is contained in:
jl777
2019-01-20 23:37:07 -11:00
parent 29f9f25490
commit 69c031be86

View File

@@ -517,7 +517,7 @@ int32_t MarmaraSignature(uint8_t *utxosig,CMutableTransaction &mtx)
if ( rawtx.size() > 0 )
{
siglen = mtx.vin[0].scriptSig.size();
ptr = &(uint8_t *)&mtx.vin[0].scriptSig;
ptr = mtx.vin[0].scriptSig.begin();
for (i=0; i<siglen; i++)
{
utxosig[i] = ptr[i];