aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/reward.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-11-03 19:13:28 -0300
committerSebastian <sebasjm@gmail.com>2023-11-03 19:13:33 -0300
commit1039689b52e6b775936f1e773dc835c0d6b28bb6 (patch)
treea439e2e744ce2928a02e80a42c0b446f73088856 /packages/taler-wallet-core/src/operations/reward.ts
parent954557e841d2d9a978b1b012f0fddc44c37add8a (diff)
downloadwallet-core-1039689b52e6b775936f1e773dc835c0d6b28bb6.tar.xz
update to dd51 and removing unused EC
Diffstat (limited to 'packages/taler-wallet-core/src/operations/reward.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/reward.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/operations/reward.ts b/packages/taler-wallet-core/src/operations/reward.ts
index ed9927bab..5d609f41d 100644
--- a/packages/taler-wallet-core/src/operations/reward.ts
+++ b/packages/taler-wallet-core/src/operations/reward.ts
@@ -379,9 +379,9 @@ export async function processTip(
return {
type: TaskRunResultType.Error,
errorDetail: makeErrorDetail(
- TalerErrorCode.WALLET_TIPPING_COIN_SIGNATURE_INVALID,
+ TalerErrorCode.WALLET_REWARD_COIN_SIGNATURE_INVALID,
{},
- "invalid signature from the exchange (via merchant tip) after unblinding",
+ "invalid signature from the exchange (via merchant reward) after unblinding",
),
};
}