gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 02/04: added master pub to add-exchange (for validat


From: gnunet
Subject: [taler-wallet-core] 02/04: added master pub to add-exchange (for validation)
Date: Mon, 26 Jun 2023 19:23:40 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

commit 1e173e279f32eadcd9b24f4a8564a2f894a8867a
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Jun 26 14:19:35 2023 -0300

    added master pub to add-exchange (for validation)
---
 packages/taler-util/src/wallet-types.ts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/packages/taler-util/src/wallet-types.ts 
b/packages/taler-util/src/wallet-types.ts
index 3710e6d3c..1b55591b1 100644
--- a/packages/taler-util/src/wallet-types.ts
+++ b/packages/taler-util/src/wallet-types.ts
@@ -1544,6 +1544,7 @@ export const codecForIntegrationTestV2Args = (): 
Codec<IntegrationTestV2Args> =>
 
 export interface AddExchangeRequest {
   exchangeBaseUrl: string;
+  masterPub?: string;
   forceUpdate?: boolean;
 }
 
@@ -1551,6 +1552,7 @@ export const codecForAddExchangeRequest = (): 
Codec<AddExchangeRequest> =>
   buildCodecForObject<AddExchangeRequest>()
     .property("exchangeBaseUrl", codecForString())
     .property("forceUpdate", codecOptional(codecForBoolean()))
+    .property("masterPub", codecOptional(codecForString()))
     .build("AddExchangeRequest");
 
 export interface ForceExchangeUpdateRequest {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]