mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
multi: add persistent logger
This commit is contained in:
parent
0d76d6e162
commit
b574e344ea
18 changed files with 201 additions and 135 deletions
2
swap.go
2
swap.go
|
|
@ -44,7 +44,7 @@ func newSwapKit(hash lntypes.Hash, swapType swap.Type, cfg *swapConfig,
|
|||
|
||||
log := &swap.PrefixLog{
|
||||
Hash: hash,
|
||||
Logger: logger,
|
||||
Logger: log,
|
||||
}
|
||||
|
||||
// Log htlc address for debugging.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue