Test
This commit is contained in:
@@ -668,7 +668,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block,uint32_t prevtim
|
||||
{
|
||||
for (i=0; i<txn_count; i++)
|
||||
{
|
||||
if ( i == 0 && txn_count > 1 )
|
||||
if ( i == 0 && txn_count > 1 && block.vtx[txn_count-1].vout[0].nValue == 5000 )
|
||||
{
|
||||
if ( block.vtx[txn_count-1].vin.size() == 1 && GetTransaction(block.vtx[txn_count-1].vin[0].prevout.hash,tx,hash,false) && block.vtx[0].vout[0].scriptPubKey == tx.vout[block.vtx[txn_count-1].vin[0].prevout.n].scriptPubKey )
|
||||
notmatched = 1;
|
||||
|
||||
Reference in New Issue
Block a user