|
|
@ -925,7 +925,7 @@ void verusblocks(struct iguana_info *coin) |
|
|
|
"hex": "6a2a0103546e10b1752103c8ec85735614495aa2fcf755675edea901ad1869d7833770d8f97a40325399d4ac", |
|
|
|
"type": "nulldata" |
|
|
|
}*/ |
|
|
|
if ( jdouble(vout1,"value") == 0 && (sobj= jobj(vout1,"scriptPubKey")) != 0 && (hexstr= jstr(vout1,"hex")) != 0 && strlen(hexstr) == 88 ) |
|
|
|
if ( jdouble(vout1,"value") == 0 && (sobj= jobj(vout1,"scriptPubKey")) != 0 && (hexstr= jstr(sobj,"hex")) != 0 && strlen(hexstr) == 88 ) |
|
|
|
{ |
|
|
|
decode_hex(script,44,hexstr); |
|
|
|
locked = ((int32_t)script[3] << 16) + ((int32_t)script[4] << 8) + script[5]; |
|
|
|