1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 22:58:23 +01:00

Remove timedOutOutgoingHtlcs from AbstractCommitments (#1604)

This commit is contained in:
Anton Kumaigorodski 2020-11-16 15:30:45 +02:00 committed by GitHub
parent 54b589cb22
commit 407b330f04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,8 +53,6 @@ trait AbstractCommitments {
def getIncomingHtlcCrossSigned(htlcId: Long): Option[UpdateAddHtlc]
def timedOutOutgoingHtlcs(blockheight: Long): Set[UpdateAddHtlc]
def localNodeId: PublicKey
def remoteNodeId: PublicKey