1
This commit is contained in:
parent
a61885f989
commit
9176226c4f
@ -118,6 +118,11 @@ func (this *CurrencyTable) PostInit1() {
|
|||||||
}
|
}
|
||||||
return true
|
return true
|
||||||
})
|
})
|
||||||
|
contractMeta := Table.Contract.GetByNetIdName(netId, currencyMeta.GetCurrencyName())
|
||||||
|
if contractMeta == nil {
|
||||||
|
panic(fmt.Sprintf("currency contract not found"))
|
||||||
|
}
|
||||||
|
currencyMeta.contract = contractMeta
|
||||||
return true
|
return true
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user