Revert to 20 since Alby only replies if limit is 20.
This commit is contained in:
@@ -131,7 +131,10 @@ class ListTransactionsMethod(
|
||||
type: String? = null,
|
||||
unpaid_outgoing: Boolean? = null,
|
||||
unpaid_incoming: Boolean? = null,
|
||||
): ListTransactionsMethod = ListTransactionsMethod(ListTransactionsParams(from, until, limit, offset, unpaid, unpaid_outgoing, unpaid_incoming, type))
|
||||
): ListTransactionsMethod =
|
||||
ListTransactionsMethod(
|
||||
ListTransactionsParams(from, until, limit, offset, unpaid, unpaid_outgoing, unpaid_incoming, type),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user