Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
JST5000 committed Jul 12, 2023
1 parent d7ff943 commit 17b6622
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/xrpl/test/wallet/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,6 @@ describe('Wallet', function () {
})

describe('fromSeed', function () {
// const seed = 'ssL9dv2W5RK8L3tuzQxYY6EaZhSxW'
// const publicKey =
// '030E58CDD076E798C84755590AAF6237CA8FAE821070A59F648B517A30DC6F589D'
// const privateKey =
// '00141BA006D3363D2FB2785E8DF4E44D3A49908780CB4FB51F6D217C08C021429F'

it('derives a wallet using default algorithm', function () {
const wallet = Wallet.fromSeed(knownSecret)

Expand Down

0 comments on commit 17b6622

Please sign in to comment.