fix(generateNFTChildGenesisOpReturn): Fixing typo

This commit is contained in:
Chris Troutner
2020-06-05 17:24:27 -07:00
parent 1ce608e7e9
commit 07d5480d2d
+1 -1
View File
@@ -105,7 +105,7 @@ class TokenType1 {
// If mint baton is not specified, then replace it with null.
if (!configObj.mintBatonVout) configObj.mintBatonVout = null
const script = slpMdm.NFT1.Group.genesis(
const script = slpMdm.NFT1.Child.genesis(
configObj.ticker,
configObj.name,
configObj.documentUrl,