1
0
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:
pm47 2017-04-04 14:45:09 +02:00
parent 1d53e53dd2
commit 70d62a5c78

View File

@ -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)