1
This commit is contained in:
parent
e42a06a8a0
commit
5990bbabec
@ -445,10 +445,10 @@ class BlockChainController extends BaseAuthedController {
|
|||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'action' => Transaction::EVOLVE_CHIP_ACTION_TYPE,
|
'action' => Transaction::EVOLVE_CHIP_ACTION_TYPE,
|
||||||
'tokenId' => $tokenId1,
|
'tokenId' => $tokenId,
|
||||||
'tokenType' => 0,
|
'tokenType' => 0,
|
||||||
'itemUniId' => $nftDb['chip_uniid'],
|
'itemUniId' => $heroDb['chip_uniid'],
|
||||||
'itemId' => $nftDb['item_id']
|
'itemId' => $heroDb['item_id']
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user