From 9a27cd93c343183868ee5d8d324e0b01131e50cf Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Wed, 29 Sep 2021 17:07:15 +0200 Subject: [PATCH] go.mod: latest neutrino commit --- docs/release-notes/release-notes-0.14.0.md | 6 ++++++ go.mod | 2 +- go.sum | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index be0c0c2b1..c9fb92093 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -389,6 +389,12 @@ you. write deadline that caused connections to suddenly break was also fixed in the same PR. +* [A bug has been fixed in + Neutrino](https://github.com/lightninglabs/neutrino/pull/226) that would + result in transactions being rebroadcast even after they had been confirmed. + [Lnd is updated to use the version of Neutrino containing this + fix](https://github.com/lightningnetwork/lnd/pull/5807). + ## Documentation The [code contribution guidelines have been updated to mention the new diff --git a/go.mod b/go.mod index 2b249a91d..5e62c9000 100644 --- a/go.mod +++ b/go.mod @@ -39,7 +39,7 @@ require ( github.com/juju/utils v0.0.0-20180820210520-bf9cc5bdd62d // indirect github.com/juju/version v0.0.0-20180108022336-b64dbd566305 // indirect github.com/kkdai/bstream v1.0.0 - github.com/lightninglabs/neutrino v0.12.1 + github.com/lightninglabs/neutrino v0.12.3 github.com/lightninglabs/protobuf-hex-display v1.4.3-hex-display github.com/lightningnetwork/lightning-onion v1.0.2-0.20210520211913-522b799e65b1 github.com/lightningnetwork/lnd/cert v1.0.3 diff --git a/go.sum b/go.sum index 583a3757b..e43165652 100644 --- a/go.sum +++ b/go.sum @@ -439,8 +439,9 @@ github.com/lib/pq v1.10.2 h1:AqzbZs4ZoCBp+GtejcpCpcxM3zlSMx29dXbUSeVtJb8= github.com/lib/pq v1.10.2/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf h1:HZKvJUHlcXI/f/O0Avg7t8sqkPo78HFzjmeYFl6DPnc= github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf/go.mod h1:vxmQPeIQxPf6Jf9rM8R+B4rKBqLA2AjttNxkFBL2Plk= -github.com/lightninglabs/neutrino v0.12.1 h1:9umzk5kKNc/l3bAyak8ClSRP1qSulnjc6kppLYDnuqk= github.com/lightninglabs/neutrino v0.12.1/go.mod h1:GlKninWpRBbL7b8G0oQ36/8downfnFwKsr0hbRA6E/E= +github.com/lightninglabs/neutrino v0.12.3 h1:9M4VTcfu9Ay4Qy8UgB4OFZ51MKKg1BAlYf2v66ZUMxc= +github.com/lightninglabs/neutrino v0.12.3/go.mod h1:GlKninWpRBbL7b8G0oQ36/8downfnFwKsr0hbRA6E/E= github.com/lightninglabs/protobuf-hex-display v1.4.3-hex-display h1:RZJ8H4ueU/aQ9pFtx5wqsuD3B/DezrewJeVwDKKYY8E= github.com/lightninglabs/protobuf-hex-display v1.4.3-hex-display/go.mod h1:2oKOBU042GKFHrdbgGiKax4xVrFiZu51lhacUZQ9MnE= github.com/lightningnetwork/lightning-onion v1.0.2-0.20210520211913-522b799e65b1 h1:h1BsjPzWea790mAXISoiT/qr0JRcixTCDNLmjsDThSw=