mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loop: add initiator string to user agent
This commit is contained in:
parent
e6e533aeda
commit
2a732a4385
8 changed files with 43 additions and 21 deletions
|
|
@ -166,7 +166,7 @@ func newLoopInSwap(globalCtx context.Context, cfg *swapConfig,
|
|||
log.Infof("Initiating swap request at height %v", currentHeight)
|
||||
swapResp, err := cfg.server.NewLoopInSwap(globalCtx, swapHash,
|
||||
request.Amount, senderKey, swapInvoice, probeInvoice,
|
||||
request.LastHop,
|
||||
request.LastHop, request.Initiator,
|
||||
)
|
||||
probeWaitCancel()
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue