commit 759791d6b1592681eefdd1ce718579ec63d2d3ef parent 15fdd41f97c7dca75c649a37ab2a32f258c07ad0 Author: Iván Ávalos <avalos@disroot.org> Date: Sun, 15 Sep 2024 13:41:24 +0200 wallet-core: fix comment Diffstat:
| M | packages/taler-wallet-core/src/pay-peer-push-credit.ts | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/taler-wallet-core/src/pay-peer-push-credit.ts b/packages/taler-wallet-core/src/pay-peer-push-credit.ts @@ -643,7 +643,7 @@ export async function preparePeerPushCredit( await fetchFreshExchange(wex, exchangeBaseUrl); } catch (e) { // We still continued if it failed, as other exchanges might be available. - // We don't want to fail if the bank-suggested exchange is broken/offline. + // We don't want to fail if the p2p payment exchange is broken/offline. logger.trace( `querying p2p payment exchange (${exchangeBaseUrl}) failed`, );