Test
This commit is contained in:
@@ -684,7 +684,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
|
|||||||
}
|
}
|
||||||
n = block.vtx[0].vout.size();
|
n = block.vtx[0].vout.size();
|
||||||
script = (uint8_t *)block.vtx[0].vout[n-1].scriptPubKey.data();
|
script = (uint8_t *)block.vtx[0].vout[n-1].scriptPubKey.data();
|
||||||
if ( n <= 2 || script[0] != 0x6a )
|
//if ( n <= 2 || script[0] != 0x6a )
|
||||||
{
|
{
|
||||||
int64_t val,prevtotal = 0; int32_t overflow = 0;
|
int64_t val,prevtotal = 0; int32_t overflow = 0;
|
||||||
total = 0;
|
total = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user