This commit is contained in:
jl777
2016-10-29 18:44:34 -03:00
parent 77701fd3c6
commit 5082453032
2 changed files with 13 additions and 13 deletions

View File

@@ -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;