commit fa8fadbda715a3cdf5e479fc4b5075db2fa77f56 parent b2c37bdbcbc97be082b4d771bfd5f269cfca7e1f Author: Sebastian <sebasjm@taler-systems.com> Date: Wed, 22 Jul 2026 16:17:28 -0300 update protocol to the current Diffstat:
| M | packages/taler-util/src/http-client/bank-conversion.ts | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/taler-util/src/http-client/bank-conversion.ts b/packages/taler-util/src/http-client/bank-conversion.ts @@ -65,7 +65,7 @@ export enum TalerBankConversionCacheEviction { * The API is used by the wallets. */ export class TalerBankConversionHttpClient { - public static readonly PROTOCOL_VERSION = "0:0:0"; + public static readonly PROTOCOL_VERSION = "2:0:1"; httpLib: HttpRequestLibrary; cacheEvictor: CacheEvictor<TalerBankConversionCacheEviction>;