Skip to content

Commit

Permalink
fix: adjustments before publish (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKheops authored Jan 31, 2023
1 parent 4bc9369 commit 76e890e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Example use cases :

This tool is provided as is, and is not affiliated with Ledger or Parity. Use at your own risk.

If the Ledger mnemonic is typed into a computer, that ledger's security should be considered compromised. After funds are recovered, we recommend reseting the ledger device should be reset with a new mnemonic. Make sure to empty all accounts before resetting the device.
If the Ledger mnemonic is typed into a computer, that ledger's security should be considered compromised. After funds are recovered, we recommend reseting the ledger device with a new mnemonic. Make sure to empty all accounts before resetting the device.

## Usage

Expand Down
3 changes: 1 addition & 2 deletions src/components/ExportPairButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ export const ExportPairButton: FC<ExportPairProps> = ({ pair }) => {
e.preventDefault()
if (!pair || !password || !canExport) return
const json = getJsonFromPair(pair, password)
console.log({ json })
downloadJson(json, "account.json")
downloadJson(json, "account")

close()
} catch (err) {
Expand Down

0 comments on commit 76e890e

Please sign in to comment.