Skip to content

Commit

Permalink
TOSQUASH extra space, ie unnecessary alignment I think
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrisby committed Jan 14, 2021
1 parent 1412ba7 commit fb3e111
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1031,7 +1031,7 @@ withTestMempool setup@TestSetup {..} prop =
args
tracer

result <- addTxs mempool testInitialTxs
result <- addTxs mempool testInitialTxs
-- the invalid transactions are reported in the same order they were
-- added, so the first error is not the result of a cascade
whenJust (find (isMempoolTxRejected . snd) result) $ \(invalidTx, _) ->
Expand Down

0 comments on commit fb3e111

Please sign in to comment.