aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util/src/transactions-types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-util/src/transactions-types.ts')
-rw-r--r--packages/taler-util/src/transactions-types.ts5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/taler-util/src/transactions-types.ts b/packages/taler-util/src/transactions-types.ts
index 3460d2d87..4754603e6 100644
--- a/packages/taler-util/src/transactions-types.ts
+++ b/packages/taler-util/src/transactions-types.ts
@@ -59,9 +59,9 @@ import {
export interface TransactionsRequest {
/**
* return only transactions in the given currency
- *
+ *
* it will be removed in next release
- *
+ *
* @deprecated use scopeInfo
*/
currency?: string;
@@ -88,7 +88,6 @@ export interface TransactionsRequest {
*/
includeRefreshes?: boolean;
-
filterByState?: TransactionStateFilter;
}