aboutsummaryrefslogtreecommitdiff
path: root/src/operations/reserves.ts
diff options
context:
space:
mode:
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,
};
}),