crypto: "Crypto" -> "crypto" in web3 key format

pull/2056/head
Felix Lange 9 years ago
parent 6d3a924283
commit 032453b3e7
  1. 4
      crypto/key.go

@ -51,14 +51,14 @@ type plainKeyJSON struct {
type encryptedKeyJSONV3 struct {
Address string `json:"address"`
Crypto cryptoJSON
Crypto cryptoJSON `json:"crypto"`
Id string `json:"id"`
Version int `json:"version"`
}
type encryptedKeyJSONV1 struct {
Address string `json:"address"`
Crypto cryptoJSON
Crypto cryptoJSON `json:"crypto"`
Id string `json:"id"`
Version string `json:"version"`
}

Loading…
Cancel
Save