Skip to content

Commit a0fa327

Browse files
committed
temp: replace sqldb for unit tests to pass
1 parent e1ad5fd commit a0fa327

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
213213
// allows us to specify that as an option.
214214
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.33.0-hex-display
215215

216+
replace github.com/lightningnetwork/lnd/sqldb => ./sqldb
217+
216218
// If you change this please also update docs/INSTALL.md and GO_VERSION in
217219
// Makefile (then run `make lint` to see where else it needs to be updated as
218220
// well).

0 commit comments

Comments
 (0)