Skip to content

Commit

Permalink
assign sensible default ordering to 'listAllTransactions'
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jun 8, 2020
1 parent 6745ea9 commit 6b7b947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core-integration/src/Test/Integration/Framework/DSL.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ listAllTransactions
-> w
-> IO [ApiTransaction n]
listAllTransactions ctx w =
listTransactions ctx w Nothing Nothing Nothing
listTransactions ctx w Nothing Nothing (Just Descending)

listTransactions
:: forall n t w. (DecodeAddress n, HasType (ApiT WalletId) w)
Expand Down

0 comments on commit 6b7b947

Please sign in to comment.