1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-23 14:40:34 +01:00

fixed build

This commit is contained in:
pm47 2016-08-19 20:26:19 +02:00
parent 5951a5e1e5
commit 6ba11d37a4

View file

@ -679,7 +679,7 @@ class Channel(val them: ActorRef, val blockchain: ActorRef, paymentHandler: Acto
}
}
def handleCommandSuccess(sender: ActorRef, change: Change, newData: HasCommitments) = {
def handleCommandSuccess(sender: ActorRef, change: Change, newData: Data) = {
them ! change
sender ! "ok"
stay using newData