1
0
Fork 0
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:
dpad85 2020-07-16 18:08:55 +02:00
commit d875d88bdc
No known key found for this signature in database
GPG key ID: 574C8C6A1673E987

View file

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