Skip to content

Commit

Permalink
Merge pull request #43 from christroutner/unstable
Browse files Browse the repository at this point in the history
fix(NFT Group Genesis): Fixing issue with initial quantity
  • Loading branch information
christroutner authored Jun 6, 2020
2 parents 5d29c65 + 836e42c commit 1c90244
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/slp/nft1.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class TokenType1 {
* name: "SLP Test Token",
* ticker: "SLPTEST",
* documentUrl: "https://FullStack.cash",
* initialQty: 1
* }
*
* const result = await bchjs.SLP.NFT1.newNFTGroupOpReturn(
Expand Down Expand Up @@ -226,9 +227,6 @@ class TokenType1 {
}
}

// Generate the OP_RETURN for sending an NFT Child token.
// Assumes all tokenUtxos have the same tokenId in common. It does not filter
// the input.
/**
* @api SLP.NFT1.generateNFTChildSendOpReturn() generateNFTChildSendOpReturn()
* @apiName generateNFTChildSendOpReturn
Expand Down Expand Up @@ -319,9 +317,6 @@ class TokenType1 {
}
}

// Generate the OP_RETURN for sending an NFT Group token.
// Assumes all tokenUtxos have the same tokenId in common, it does not filter
// the input.
/**
* @api SLP.NFT1.generateNFTGroupSendOpReturn() generateNFTGroupSendOpReturn()
* @apiName generateNFTGroupSendOpReturn
Expand Down

0 comments on commit 1c90244

Please sign in to comment.