Skip to content

Commit

Permalink
Add some comment and modify integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
yinyiqian1 committed Jul 11, 2024
1 parent 4bfc0fa commit 6ca1b16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/xrpl/src/models/transactions/NFTokenModify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export interface NFTokenModify extends BaseTransaction {
*/
NFTokenID: string
/**
* Indicates the AccountID of the account that owns the
* corresponding NFToken.
* Indicates the AccountID of the account that owns the corresponding NFToken.
* Can be omitted if the owner is the account submitting this transaction
*/
Owner?: Account
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('NFTokenModify', function () {
'modify NFToken URI',
async function () {
const oldUri = convertStringToHex('https://www.google.com')
const newUri = convertStringToHex('https://www.ripple.com')
const newUri = convertStringToHex('https://www.youtube.com')

const mutableMint: NFTokenMint = {
TransactionType: 'NFTokenMint',
Expand Down

0 comments on commit 6ca1b16

Please sign in to comment.