aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/tip.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-09-21 21:13:31 +0200
committerFlorian Dold <florian@dold.me>2022-09-21 22:50:42 +0200
commita398959670d56f5ecd3ef58abc85f14c55c8a427 (patch)
tree14980b3e4e3593ede98df212900b445f6b689f71 /packages/taler-wallet-core/src/operations/tip.ts
parent7d6bcd42ea9efced6200cf94924aa38bed2dbb02 (diff)
downloadwallet-core-a398959670d56f5ecd3ef58abc85f14c55c8a427.tar.xz
wallet-core: use more numeric fields
Diffstat (limited to 'packages/taler-wallet-core/src/operations/tip.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/tip.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/operations/tip.ts b/packages/taler-wallet-core/src/operations/tip.ts
index a0fd8d328..bd5ff51e7 100644
--- a/packages/taler-wallet-core/src/operations/tip.ts
+++ b/packages/taler-wallet-core/src/operations/tip.ts
@@ -320,6 +320,7 @@ export async function processTip(
coinEvHash: planchet.coinEvHash,
maxAge: AgeRestriction.AGE_UNRESTRICTED,
ageCommitmentProof: planchet.ageCommitmentProof,
+ allocation: undefined,
});
}