aboutsummaryrefslogtreecommitdiff
path: root/src/operations/refresh.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/operations/refresh.ts')
-rw-r--r--src/operations/refresh.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/operations/refresh.ts b/src/operations/refresh.ts
index 092d9f154..c04b79278 100644
--- a/src/operations/refresh.ts
+++ b/src/operations/refresh.ts
@@ -412,7 +412,8 @@ async function refreshReveal(
coinSource: {
type: CoinSourceType.Refresh,
oldCoinPub: refreshSession.meltCoinPub,
- }
+ },
+ suspended: false,
};
coins.push(coin);