1
This commit is contained in:
parent
49e54ac902
commit
0082a1ba35
@ -13,9 +13,8 @@ class Transfer extends BaseEventProcess {
|
|||||||
const to = bcutils.toNormalAddress(returnValues['to']);
|
const to = bcutils.toNormalAddress(returnValues['to']);
|
||||||
const tokenId = returnValues['tokenId'];
|
const tokenId = returnValues['tokenId'];
|
||||||
|
|
||||||
await this.mustBeMint(to, tokenId, bcconst.BC_NFT_GOLD_BULLION);
|
await this.mustBeMint(to, tokenId, bcconst.BC_NFT_FOUNDER_TAG);
|
||||||
if (bcutils.isSysAddress(from)) {
|
if (bcutils.isSysAddress(from)) {
|
||||||
await this.ingameActivate(from, to, tokenId, bcconst.BC_NFT_GOLD_BULLION);
|
|
||||||
} else {
|
} else {
|
||||||
await this.add721NftRefresh
|
await this.add721NftRefresh
|
||||||
(
|
(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user