Browse Source

Update go-crypto to 0.6.1 and change config/toml.go privval address

pull/1347/head 0.19.0-rc2
Jae Kwon 6 years ago
parent
commit
7afe74a963
3 changed files with 5 additions and 5 deletions
  1. +3
    -3
      Gopkg.lock
  2. +1
    -1
      Gopkg.toml
  3. +1
    -1
      config/toml.go

+ 3
- 3
Gopkg.lock View File

@ -260,8 +260,8 @@
[[projects]]
name = "github.com/tendermint/go-crypto"
packages = ["."]
revision = "a04f2ae5c6ba037014531241ed973116290b029e"
version = "v0.6.0"
revision = "5d5f580f49ca66c13400938c64334186068c8b7c"
version = "v0.6.1"
[[projects]]
name = "github.com/tendermint/go-wire"
@ -383,6 +383,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "d14dbd59436d0ea3b322c42ce33c213b26cd2451ba023a466764b8002e0e649d"
inputs-digest = "ed1149ed5293b7b28b7505627648c6a1152aaff0ed06a3849995b29751ae00f3"
solver-name = "gps-cdcl"
solver-version = 1

+ 1
- 1
Gopkg.toml View File

@ -75,7 +75,7 @@
[[constraint]]
name = "github.com/tendermint/go-crypto"
version = "0.6.0"
version = "0.6.1"
[[constraint]]
name = "github.com/tendermint/go-amino"


+ 1
- 1
config/toml.go View File

@ -287,7 +287,7 @@ var testGenesis = `{
}`
var testPrivValidator = `{
"address": "515252BC8788931ADFF4796A389C9B1F7925A1B7",
"address": "849CB2C877F87A20925F35D00AE6688342D25B47",
"pub_key": {
"type": "AC26791624DE60",
"value": "AT/+aaL1eB0477Mud9JMm8Sh8BIvOYlPGC9KkIUmFaE="


Loading…
Cancel
Save