commit a7da8cbe697d50cee5d656338ffff946db9f2661 parent 1825d7ce6d2f8127c54335393c82615dcc4184e4 Author: Florian Dold <florian@dold.me> Date: Thu, 23 Jul 2026 16:44:04 +0200 fix conversion API version range 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 = "2:0:1"; + public static readonly PROTOCOL_VERSION = "2:0:2"; httpLib: HttpRequestLibrary; cacheEvictor: CacheEvictor<TalerBankConversionCacheEviction>;