mirror of
https://github.com/ACINQ/eclair.git
synced 2024-11-20 10:39:19 +01:00
removed debug log line
This commit is contained in:
parent
1d53e53dd2
commit
70d62a5c78
@ -410,7 +410,6 @@ class Channel(val nodeParams: NodeParams, remoteNodeId: PublicKey, blockchain: A
|
||||
}
|
||||
|
||||
case Event(fulfill@UpdateFulfillHtlc(_, id, r), d@DATA_NORMAL(commitments, _)) =>
|
||||
log.warning(s"received fulfill!")
|
||||
Try(Commitments.receiveFulfill(d.commitments, fulfill)) match {
|
||||
case Success(Right(commitments1)) =>
|
||||
relayer ! ForwardFulfill(fulfill)
|
||||
|
Loading…
Reference in New Issue
Block a user