Enable coin migration CC

This commit is contained in:
jl777
2018-12-05 02:30:36 -11:00
parent b739548812
commit 8e93a31bf3

View File

@@ -74,11 +74,11 @@ bool Eval::Dispatch(const CC *cond, const CTransaction &txTo, unsigned int nIn)
switch ( ecode ) switch ( ecode )
{ {
case EVAL_IMPORTPAYOUT: case EVAL_IMPORTPAYOUT:
//return ImportPayout(vparams, txTo, nIn); return ImportPayout(vparams, txTo, nIn);
break; break;
case EVAL_IMPORTCOIN: case EVAL_IMPORTCOIN:
//return ImportCoin(vparams, txTo, nIn); return ImportCoin(vparams, txTo, nIn);
break; break;
default: default: