mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
multi: make the next protocol version optional
This commit is contained in:
parent
9b37d744a0
commit
00cf4bf71c
7 changed files with 74 additions and 26 deletions
|
|
@ -177,7 +177,7 @@ func newLoopOutSwap(globalCtx context.Context, cfg *swapConfig,
|
|||
MaxMinerFee: request.MaxMinerFee,
|
||||
MaxSwapFee: request.MaxSwapFee,
|
||||
Label: request.Label,
|
||||
ProtocolVersion: loopdb.CurrentInternalProtocolVersion,
|
||||
ProtocolVersion: loopdb.CurrentProtocolVersion(),
|
||||
},
|
||||
OutgoingChanSet: chanSet,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue