FIX COMMENTED OUT COIN IMPORT
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user