summaryrefslogtreecommitdiff
path: root/src/operations/refresh.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-03-24 15:25:04 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-03-24 15:25:04 +0530
commit01e83df471802d3253953b00672af0bc879403fe (patch)
tree80f763be28055139221fafb50e8ded7a89b8bc3d /src/operations/refresh.ts
parentc4d289956275677b24459237d13ed8c23a606079 (diff)
downloadwallet-core-01e83df471802d3253953b00672af0bc879403fe.tar.gz
wallet-core-01e83df471802d3253953b00672af0bc879403fe.tar.bz2
wallet-core-01e83df471802d3253953b00672af0bc879403fe.zip
helpers for auditor integration test
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);