From 3daa4dbb3fc5199fb05d58b40c0d7c9ee287595e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 20 Feb 2023 20:14:37 +0100 Subject: wallet-core: fix retryTransaction, improve tx/op identifier parsing/construction --- packages/taler-wallet-core/src/operations/exchanges.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-core/src/operations/exchanges.ts') diff --git a/packages/taler-wallet-core/src/operations/exchanges.ts b/packages/taler-wallet-core/src/operations/exchanges.ts index 08d30eac6..457344e06 100644 --- a/packages/taler-wallet-core/src/operations/exchanges.ts +++ b/packages/taler-wallet-core/src/operations/exchanges.ts @@ -73,7 +73,7 @@ import { import { OperationAttemptResult, OperationAttemptResultType, - RetryTags, + TaskIdentifiers, unwrapOperationHandlerResultOrThrow, } from "../util/retries.js"; import { WALLET_EXCHANGE_PROTOCOL_VERSION } from "../versions.js"; @@ -552,7 +552,7 @@ export async function updateExchangeFromUrl( return unwrapOperationHandlerResultOrThrow( await runOperationWithErrorReporting( ws, - RetryTags.forExchangeUpdateFromUrl(canonUrl), + TaskIdentifiers.forExchangeUpdateFromUrl(canonUrl), () => updateExchangeFromUrlHandler(ws, canonUrl, options), ), ); -- cgit v1.2.3