1
This commit is contained in:
parent
262a733c3d
commit
a8047eaada
@ -37,7 +37,7 @@ func (this *NftDetailApi) Hero(c *gin.Context) {
|
||||
func (this *NftDetailApi) GoldBullion(c *gin.Context) {
|
||||
netId := q5.ToInt32(c.Param("netId"))
|
||||
tokenId := c.Param("tokenId")
|
||||
contractMeta := mt.Table.Contract.GetByNetIdName(netId, constant.CONTRACT_NAME_CFHero)
|
||||
contractMeta := mt.Table.Contract.GetByNetIdName(netId, constant.CONTRACT_NAME_GoldBrick)
|
||||
contractAddress := ""
|
||||
if contractMeta != nil {
|
||||
contractAddress = contractMeta.GetAddress()
|
||||
|
Loading…
x
Reference in New Issue
Block a user