From 01e83df471802d3253953b00672af0bc879403fe Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 24 Mar 2020 15:25:04 +0530 Subject: helpers for auditor integration test --- src/operations/refresh.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/operations/refresh.ts') 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); -- cgit v1.2.3