harmony-one / sdk

Javascript SDK of Harmony protocol.
MIT License
92 stars 43 forks source link

fix keystore Crypto field to smaller letter starting crypto #19

Closed denniswon closed 4 years ago

denniswon commented 4 years ago

Ethereum wallet v3 format is small letters only, and the sdk was using the field crypto as Cyrpto instead, causing incompatibility with keystores created from other sdks/cli.

Test file: node examples/import_keystore.js