From 9ad8c69782b69e2565bf6cdcb8cca555fced1292 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 17 Jan 2020 22:25:33 +0100 Subject: fix amount format (how did this ever work before?) --- src/types/pending.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/types/pending.ts') diff --git a/src/types/pending.ts b/src/types/pending.ts index f3979ac81..15299dec4 100644 --- a/src/types/pending.ts +++ b/src/types/pending.ts @@ -177,4 +177,10 @@ export interface PendingOperationInfoCommon { export interface PendingOperationsResponse { pendingOperations: PendingOperationInfo[]; nextRetryDelay: Duration; + + /** + * Does this response only include pending operations that + * are due to be executed right now? + */ + onlyDue: boolean; } -- cgit v1.2.3