mirror of
https://github.com/ACINQ/eclair.git
synced 2025-03-13 11:35:47 +01:00
Merge branch 'android' into android-phoenix
This commit is contained in:
commit
d875d88bdc
1 changed files with 1 additions and 1 deletions
|
@ -1606,7 +1606,7 @@ class Channel(val nodeParams: NodeParams, val wallet: EclairWallet, remoteNodeId
|
|||
}
|
||||
}
|
||||
|
||||
goto(NORMAL) using manualTransition(SYNCING, NORMAL, d, d.copy(commitments = commitments1)) sending sendQueue
|
||||
goto(NORMAL) using d.copy(commitments = commitments1) sending sendQueue
|
||||
}
|
||||
|
||||
case Event(c: CMD_ADD_HTLC, d: DATA_NORMAL) => handleAddDisconnected(c, d)
|
||||
|
|
Loading…
Add table
Reference in a new issue