build: update to use latest btcd

In this commit, we update the set of deps to use the latest version of
btcd. Namely this version fixes a bug in re-org handling logic, ensures
that btcd will always respond to getheaders (fixes #511), and also
ensure that it will properly respond to cfheaders messages which is
required for the neutrino sync to operate smoothly.
This commit is contained in:
Olaoluwa Osuntokun 2018-08-09 17:15:33 -07:00
parent 30b156c706
commit bf4283f069
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21
2 changed files with 3 additions and 3 deletions

4
Gopkg.lock generated

@ -77,7 +77,7 @@
revision = "761fd5fbb34e4c2c138c280395b65b48e4ff5a53"
[[projects]]
digest = "1:6e0933958202cf05f8225e813a3d9348a66fca5461695d76089771762d366da9"
digest = "1:f944518b25f8733eed1d13855eeaaeda9b1f56c2bc75223a7e3427c024168eba"
name = "github.com/btcsuite/btcd"
packages = [
"addrmgr",
@ -95,7 +95,7 @@
"wire",
]
pruneopts = "UT"
revision = "9a2f9524024889e129a5422aca2cff73cb3eabf6"
revision = "f899737d7f2764dc13e4d01ff00108ec58f766a9"
[[projects]]
digest = "1:30d4a548e09bca4a0c77317c58e7407e2a65c15325e944f9c08a7b7992f8a59e"

@ -68,7 +68,7 @@
[[constraint]]
name = "github.com/btcsuite/btcd"
revision = "9a2f9524024889e129a5422aca2cff73cb3eabf6"
revision = "f899737d7f2764dc13e4d01ff00108ec58f766a9"
[[constraint]]
name = "github.com/btcsuite/btcwallet"