aboutsummaryrefslogtreecommitdiff
path: root/src/types/pending.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/pending.ts')
-rw-r--r--src/types/pending.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/types/pending.ts b/src/types/pending.ts
index e6c879992..85f7585c5 100644
--- a/src/types/pending.ts
+++ b/src/types/pending.ts
@@ -21,7 +21,7 @@
/**
* Imports.
*/
-import { OperationErrorDetails, WalletBalance } from "./walletTypes";
+import { OperationErrorDetails, BalancesResponse } from "./walletTypes";
import { WithdrawalSource, RetryInfo, ReserveRecordStatus } from "./dbTypes";
import { Timestamp, Duration } from "../util/time";
@@ -243,7 +243,7 @@ export interface PendingOperationsResponse {
/**
* Current wallet balance, including pending balances.
*/
- walletBalance: WalletBalance;
+ walletBalance: BalancesResponse;
/**
* When is the next pending operation due to be re-tried?