mirror of
https://github.com/lightninglabs/faraday.git
synced 2026-08-13 12:33:35 +02:00
Merge pull request #59 from carlaKC/onchain-continueafterchannel
bugfix: add continue after adding open channel entry
This commit is contained in:
commit
faffc78c6d
1 changed files with 1 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ func onChainReport(txns []lndclient.Transaction, priceFunc msatToFiat,
|
|||
return nil, err
|
||||
}
|
||||
report = append(report, entries...)
|
||||
continue
|
||||
}
|
||||
|
||||
// If the transaction is a channel opening transaction for one
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue