Skip to content

Commit

Permalink
deploy: 90ccdec
Browse files Browse the repository at this point in the history
  • Loading branch information
JST5000 committed Nov 23, 2023
1 parent 4f5c502 commit e2c990b
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 182 deletions.
18 changes: 9 additions & 9 deletions pr-preview/migrate-toml/ja/static/js/xrp-ledger-toml-checker.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,15 +389,15 @@ async function parseXRPLTomlWallet(data) {
}
}

function decodeHexWallet(hex) {
let str = '';
for (let i = 0; i < hex.length; i += 2) {
str += String.fromCharCode(parseInt(hex.substr(i, 2), 16))
}
const decodeLog = makeLogEntryWallet('Decoding domain hex')
decodeLog.resolve("SUCCESS").addClass(CLASS_GOOD)
fetchFile(str)
}
// function decodeHexWallet(hex) {
// let str = '';
// for (let i = 0; i < hex.length; i += 2) {
// str += String.fromCharCode(parseInt(hex.substr(i, 2), 16))
// }
// const decodeLog = makeLogEntryWallet('Decoding domain hex')
// decodeLog.resolve("SUCCESS").addClass(CLASS_GOOD)
// fetchFile(str)
// }

// function handleSubmitWallet(event) {
// event.preventDefault();
Expand Down
18 changes: 9 additions & 9 deletions pr-preview/migrate-toml/static/js/xrp-ledger-toml-checker.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,15 +389,15 @@ async function parseXRPLTomlWallet(data) {
}
}

function decodeHexWallet(hex) {
let str = '';
for (let i = 0; i < hex.length; i += 2) {
str += String.fromCharCode(parseInt(hex.substr(i, 2), 16))
}
const decodeLog = makeLogEntryWallet('Decoding domain hex')
decodeLog.resolve("SUCCESS").addClass(CLASS_GOOD)
fetchFile(str)
}
// function decodeHexWallet(hex) {
// let str = '';
// for (let i = 0; i < hex.length; i += 2) {
// str += String.fromCharCode(parseInt(hex.substr(i, 2), 16))
// }
// const decodeLog = makeLogEntryWallet('Decoding domain hex')
// decodeLog.resolve("SUCCESS").addClass(CLASS_GOOD)
// fetchFile(str)
// }

// function handleSubmitWallet(event) {
// event.preventDefault();
Expand Down
Loading

0 comments on commit e2c990b

Please sign in to comment.