mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-22 17:12:01 -07:00
fix(generateNFTChildGenesisOpReturn): Fixing typo
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user