Skip to content

Commit 257b5f2

Browse files
authored
Merge pull request #563 from guggero/remove-swapserverrpc-replace
Remove swapserverrpc replace
2 parents d44fbcd + dbfd32e commit 257b5f2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/jessevdk/go-flags v1.4.0
1818
github.com/lightninglabs/aperture v0.1.20-beta
1919
github.com/lightninglabs/lndclient v0.16.0-10
20-
github.com/lightninglabs/loop/swapserverrpc v1.0.1
20+
github.com/lightninglabs/loop/swapserverrpc v1.0.4
2121
github.com/lightninglabs/protobuf-hex-display v1.4.3-hex-display
2222
github.com/lightningnetwork/lnd v0.16.0-beta
2323
github.com/lightningnetwork/lnd/cert v1.2.1
@@ -171,9 +171,6 @@ require (
171171
sigs.k8s.io/yaml v1.2.0 // indirect
172172
)
173173

174-
// TODO(bhandras): remove when the next swapserverrpc is tagged.
175-
replace github.com/lightninglabs/loop/swapserverrpc => ./swapserverrpc
176-
177174
// We need to use grpc v1.39.0 because of a change in how HTTP errors are
178175
// formatted and sent to the client. This change was introduced in grpc v1.40.0
179176
// with https://github.com/grpc/grpc-go/pull/4474.

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,8 @@ github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf h1:HZKvJUHlcXI
383383
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf/go.mod h1:vxmQPeIQxPf6Jf9rM8R+B4rKBqLA2AjttNxkFBL2Plk=
384384
github.com/lightninglabs/lndclient v0.16.0-10 h1:cMBJNfssBQtpgYIu23QLP/qw0ijiT5SBZffnXz8zjJk=
385385
github.com/lightninglabs/lndclient v0.16.0-10/go.mod h1:mqY0znSNa+M40HZowwKfno29RyZnmxoqo++BlYP82EY=
386+
github.com/lightninglabs/loop/swapserverrpc v1.0.4 h1:cEX+mt7xmQlEbmuQ52vOBT7l+a471v94ofdJbB6MmXs=
387+
github.com/lightninglabs/loop/swapserverrpc v1.0.4/go.mod h1:imy1/sqnb70EEyBKMo4pHwwLBPW8uYahWZ8s+1Xcq1o=
386388
github.com/lightninglabs/neutrino v0.15.0 h1:yr3uz36fLAq8hyM0TRUVlef1TRNoWAqpmmNlVtKUDtI=
387389
github.com/lightninglabs/neutrino v0.15.0/go.mod h1:pmjwElN/091TErtSE9Vd5W4hpxoG2/+xlb+HoPm9Gug=
388390
github.com/lightninglabs/neutrino/cache v1.1.1 h1:TllWOSlkABhpgbWJfzsrdUaDH2fBy/54VSIB4vVqV8M=

0 commit comments

Comments
 (0)