aboutsummaryrefslogtreecommitdiff
path: root/src/operations/reserves.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-05-11 20:43:19 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-05-11 20:43:19 +0530
commit4c614429a0602557273c4783dc0df54ba3687200 (patch)
tree080df8bafbb77678289bbc397d7be2111747a6aa /src/operations/reserves.ts
parent0240096cf663df982f0f3e0b9d46407ae7965c96 (diff)
downloadwallet-core-4c614429a0602557273c4783dc0df54ba3687200.tar.xz
also create key material for planchets in smaller bites
Diffstat (limited to 'src/operations/reserves.ts')
-rw-r--r--src/operations/reserves.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/operations/reserves.ts b/src/operations/reserves.ts
index f6671d48f..786f4f51a 100644
--- a/src/operations/reserves.ts
+++ b/src/operations/reserves.ts
@@ -700,8 +700,7 @@ async function depleteReserve(
totalWithdrawCost: denomsForWithdraw.totalWithdrawCost,
selectedDenoms: denomsForWithdraw.selectedDenoms.map((x) => {
return {
- countAllocated: x.count,
- countPlanchetCreated: x.count,
+ count: x.count,
denomPubHash: x.denom.denomPubHash,
};
}),