aboutsummaryrefslogtreecommitdiff
path: root/src/wallet-impl/state.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet-impl/state.ts')
-rw-r--r--src/wallet-impl/state.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet-impl/state.ts b/src/wallet-impl/state.ts
index 3d6bb8bdf..a04a7dd1c 100644
--- a/src/wallet-impl/state.ts
+++ b/src/wallet-impl/state.ts
@@ -29,4 +29,5 @@ export interface InternalWalletState {
speculativePayData: SpeculativePayData | undefined;
cachedNextUrl: { [fulfillmentUrl: string]: NextUrlResult };
memoProcessReserve: AsyncOpMemo<void>;
+ memoMakePlanchet: AsyncOpMemo<void>;
} \ No newline at end of file