We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4606be commit 241d11dCopy full SHA for 241d11d
go.mod
@@ -245,8 +245,8 @@ replace github.com/btcsuite/btcwallet/walletdb => github.com/djkazic/btcwallet/w
245
// Neutrino high latency perf
246
replace github.com/lightninglabs/neutrino => github.com/djkazic/neutrino v0.16.1-6
247
248
-// New rescan functionality
249
-replace github.com/btcsuite/btcwallet => github.com/ZeusLN/btcwallet v1.7.2-m
+// New import/rescan functionality
+replace github.com/btcsuite/btcwallet => github.com/ZeusLN/btcwallet v0.16.13-zeus
250
251
// If you change this please also update docs/INSTALL.md and GO_VERSION in
252
// Makefile (then run `make lint` to see where else it needs to be updated as
0 commit comments