test
This commit is contained in:
@@ -99,7 +99,7 @@ void UpdateTime(CBlockHeader* pblock, const Consensus::Params& consensusParams,
|
||||
}
|
||||
|
||||
int32_t komodo_pax_opreturn(uint8_t *opret,int32_t maxsize);
|
||||
void komodo_gateway_deposits(CMutableTransaction& txNew);
|
||||
void komodo_gateway_deposits(CMutableTransaction *txNew);
|
||||
extern int32_t KOMODO_INITDONE;
|
||||
extern uint64_t KOMODO_DEPOSIT;
|
||||
extern char ASSETCHAINS_SYMBOL[16];
|
||||
@@ -374,7 +374,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn)
|
||||
}
|
||||
else
|
||||
{
|
||||
komodo_gateway_deposits(txNew);
|
||||
komodo_gateway_deposits(&txNew);
|
||||
}
|
||||
|
||||
pblock->vtx[0] = txNew;
|
||||
|
||||
Reference in New Issue
Block a user