Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JST5000 committed Jul 12, 2023
1 parent f1eaadf commit d7ff943
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/xrpl/src/Wallet/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable max-lines -- The length is due to necessary complexity */
import BigNumber from 'bignumber.js'
import { fromSeed } from 'bip32'
import { mnemonicToSeedSync, validateMnemonic } from 'bip39'
Expand Down
1 change: 0 additions & 1 deletion packages/xrpl/test/wallet/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ describe('Wallet', function () {
assert.isString(wallet.address)
assert.equal(wallet.classicAddress, wallet.address)
assert.isString(wallet.seed)
console.log('Jackson', wallet.privateKey)
assert.isTrue(wallet.privateKey.startsWith(secp256k1PrivateKeyPrefix))
assert.isTrue(wallet.classicAddress.startsWith(classicAddressPrefix))
})
Expand Down

0 comments on commit d7ff943

Please sign in to comment.