Skip to content

Commit

Permalink
TOSQUASH indent arguments under function
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrisby committed Jan 14, 2021
1 parent f3e3c60 commit 1f9142d
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -323,8 +323,8 @@ pureRemoveTxs txIds mpArgs IS{isTxs, isLastTicketNo} ledgerState =
-- escape hatch when there's an inconsistency between the ledger and the
-- mempool.
txTickets' = filter
((`notElem` toRemove) . txId . txTicketTx)
(TxSeq.toList isTxs)
((`notElem` toRemove) . txId . txTicketTx)
(TxSeq.toList isTxs)
(slot, ticked) = tickLedgerState cfg (ForgeInUnknownSlot ledgerState)
vr = revalidateTxsFor
capacityOverride
Expand Down

0 comments on commit 1f9142d

Please sign in to comment.