taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit b74a387e5adbca937442aca36f4b7cb498754b52
parent 29363d4a55b8498feb2562ea11feed05e786c059
Author: Sebastian <sebasjm@gmail.com>
Date:   Fri, 31 Mar 2023 12:15:20 -0300

typo

Diffstat:
Mpackages/taler-util/src/wallet-types.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts @@ -465,7 +465,7 @@ export interface PayMerchantInsufficientBalanceDetails { /** * If the payment would succeed without fees - * (i.e. balanceMechantWireable >= amountRequested), + * (i.e. balanceMerchantDepositable >= amountRequested), * this field contains an estimate of the amount that would additionally * be required to cover the fees. *