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:
parent
54b589cb22
commit
407b330f04
1 changed files with 0 additions and 2 deletions
|
@ -53,8 +53,6 @@ trait AbstractCommitments {
|
|||
|
||||
def getIncomingHtlcCrossSigned(htlcId: Long): Option[UpdateAddHtlc]
|
||||
|
||||
def timedOutOutgoingHtlcs(blockheight: Long): Set[UpdateAddHtlc]
|
||||
|
||||
def localNodeId: PublicKey
|
||||
|
||||
def remoteNodeId: PublicKey
|
||||
|
|
Loading…
Add table
Reference in a new issue