mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-23 14:40:34 +01:00
fixed build
This commit is contained in:
parent
5951a5e1e5
commit
6ba11d37a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue