gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: -comments


From: gnunet
Subject: [taler-wallet-core] branch master updated: -comments
Date: Thu, 16 Feb 2023 22:42:44 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 99f27aaec -comments
99f27aaec is described below

commit 99f27aaecd78f3f513f1cc203c37ccab4f2db89a
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Feb 16 22:29:53 2023 +0100

    -comments
---
 packages/taler-util/src/wallet-types.ts               | 9 +++++++++
 packages/taler-wallet-core/src/operations/pay-peer.ts | 1 -
 packages/taler-wallet-core/src/wallet-api-types.ts    | 4 +++-
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/packages/taler-util/src/wallet-types.ts 
b/packages/taler-util/src/wallet-types.ts
index 96251540e..06d76a6d4 100644
--- a/packages/taler-util/src/wallet-types.ts
+++ b/packages/taler-util/src/wallet-types.ts
@@ -2031,7 +2031,16 @@ export interface PayCoinSelection {
 }
 
 export interface PreparePeerPushPaymentRequest {
+  /**
+   * Preferred exchange to use for the p2p payment.
+   */
   exchangeBaseUrl?: string;
+
+  /**
+   * Instructed amount.
+   * 
+   * FIXME: Allow specifying the instructed amount type.
+   */
   amount: AmountString;
 }
 
diff --git a/packages/taler-wallet-core/src/operations/pay-peer.ts 
b/packages/taler-wallet-core/src/operations/pay-peer.ts
index 022a824de..dd5ea13c9 100644
--- a/packages/taler-wallet-core/src/operations/pay-peer.ts
+++ b/packages/taler-wallet-core/src/operations/pay-peer.ts
@@ -77,7 +77,6 @@ import {
   PeerPushPaymentIncomingRecord,
   PeerPushPaymentInitiationStatus,
   ReserveRecord,
-  WalletStoresV1,
   WithdrawalGroupStatus,
   WithdrawalRecordType,
 } from "../db.js";
diff --git a/packages/taler-wallet-core/src/wallet-api-types.ts 
b/packages/taler-wallet-core/src/wallet-api-types.ts
index da57253a0..fab7632f2 100644
--- a/packages/taler-wallet-core/src/wallet-api-types.ts
+++ b/packages/taler-wallet-core/src/wallet-api-types.ts
@@ -591,7 +591,9 @@ export type ExportBackupPlainOp = {
 // group: Peer Payments
 
 /**
- * Initiate an outgoing peer push payment.
+ * Check if initiating a peer push payment is possible.
+ * 
+ * FIXME: Rename to CheckPeerPushPaymentInitiation
  */
 export type PreparePeerPushPaymentOp = {
   op: WalletApiOperation.PreparePeerPushPayment;

-- 
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]