Skip to content

Commit

Permalink
fix: remove publicKey for fixing TypeScript compile error
Browse files Browse the repository at this point in the history
build: bump version to 2.0.3
  • Loading branch information
hanjukim committed May 10, 2022
1 parent 33f2e38 commit dba87f7
Show file tree
Hide file tree
Showing 6 changed files with 673 additions and 786 deletions.
6 changes: 3 additions & 3 deletions feeder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion feeder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terra-money/oracle-feeder",
"version": "2.0.2",
"version": "2.0.3",
"main": "src/index.ts",
"license": "Apache-2.0",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion feeder/src/keystore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export async function save(
const ciphertext = encrypt(
JSON.stringify({
privateKey: mnemonicKey.privateKey.toString(`hex`),
publicKey: (mnemonicKey.publicKey as Buffer).toString(`hex`),
terraAddress: mnemonicKey.accAddress,
terraValAddress: mnemonicKey.valAddress,
}),
Expand Down
Loading

0 comments on commit dba87f7

Please sign in to comment.