Skip to content

Commit e4778c3

Browse files
committed
tapcfg: bump minimalCompatibleVersion
To support the new `min_relay_fee_sat_per_kw` in the `lnd` RPC call `EstimateFee`, we need to bump the `minimalCompatibleVersion` to `0.18.4`.
1 parent 588e58b commit e4778c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tapcfg/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ var (
186186
// required in lnd to run tapd.
187187
minimalCompatibleVersion = &verrpc.Version{
188188
AppMajor: 0,
189-
AppMinor: 17,
190-
AppPatch: 99,
189+
AppMinor: 18,
190+
AppPatch: 4,
191191

192192
// We don't actually require the invoicesrpc calls. But if we
193193
// try to use lndclient on an lnd that doesn't have it enabled,

0 commit comments

Comments
 (0)