Test
This commit is contained in:
@@ -211,10 +211,7 @@ CScript EncodeOpRet(uint8_t funcid,uint256 assetid,uint256 assetid2,uint64_t pri
|
|||||||
CScript opret; uint8_t evalcode = EVAL_ASSETS;
|
CScript opret; uint8_t evalcode = EVAL_ASSETS;
|
||||||
switch ( funcid )
|
switch ( funcid )
|
||||||
{
|
{
|
||||||
case 'o':
|
case 't': case 'x': case 'o':
|
||||||
opret << OP_RETURN << E_MARSHAL(ss << evalcode << funcid);
|
|
||||||
break;
|
|
||||||
case 't': case 'x':
|
|
||||||
opret << OP_RETURN << E_MARSHAL(ss << evalcode << funcid << assetid);
|
opret << OP_RETURN << E_MARSHAL(ss << evalcode << funcid << assetid);
|
||||||
break;
|
break;
|
||||||
case 's': case 'b': case 'S': case 'B':
|
case 's': case 'b': case 'S': case 'B':
|
||||||
|
|||||||
Reference in New Issue
Block a user