Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnxie999 committed Nov 13, 2024
1 parent c619289 commit 1eceaf2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ describe('Signing data', function () {
const customPaymentDefinitions = JSON.parse(
JSON.stringify(normalDefinitions),
)

// custom number would need to updated in case it has been used by an existing transaction type
customPaymentDefinitions.TRANSACTION_TYPES.Payment = 200

const newDefs = new XrplDefinitions(customPaymentDefinitions)
Expand Down Expand Up @@ -176,6 +178,8 @@ describe('Signing data', function () {
const customPaymentDefinitions = JSON.parse(
JSON.stringify(normalDefinitions),
)

// custom number would need to updated in case it has been used by an existing transaction type
customPaymentDefinitions.TRANSACTION_TYPES.Payment = 200

const newDefs = new XrplDefinitions(customPaymentDefinitions)
Expand Down

0 comments on commit 1eceaf2

Please sign in to comment.