commit fcec2ced9b685d2f8d8b0bb202d00f5db9743a30
parent 9214c20203aee4d44656144fb6ec8c7792e6dc62
Author: Florian Dold <florian@dold.me>
Date: Sat, 18 Jul 2026 17:04:27 +0200
fix copy paste error in logs/comments
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/packages/taler-wallet-core/src/pay-peer-pull-credit.ts b/packages/taler-wallet-core/src/pay-peer-pull-credit.ts
@@ -1054,7 +1054,7 @@ async function handlePeerPullCreditKycRequired(
}
/**
- * Check fees and available exchanges for a peer push payment initiation.
+ * Check fees and available exchanges for a peer pull credit.
*/
export async function checkPeerPullCredit(
wex: WalletExecutionContext,
@@ -1069,7 +1069,7 @@ export async function checkPeerPullCredit(
}
/**
- * Check fees and available exchanges for a peer push payment initiation.
+ * Check fees and available exchanges for a peer pull credit.
*/
export async function internalCheckPeerPullCredit(
wex: WalletExecutionContext,
@@ -1082,7 +1082,7 @@ export async function internalCheckPeerPullCredit(
const currency = instructedAmount.currency;
logger.trace(
- `checking peer push debit for ${Amounts.stringify(instructedAmount)}`,
+ `checking peer pull credit for ${Amounts.stringify(instructedAmount)}`,
);
// FIXME: Create helper to avoid code duplication with pull credit initiation