gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: monolog->dialog


From: gnunet
Subject: [taler-docs] branch master updated: monolog->dialog
Date: Tue, 16 May 2023 16:21:33 +0200

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

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new f8155f12 monolog->dialog
f8155f12 is described below

commit f8155f128aba799e3811a5d2b70bb66a7c3ddd98
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue May 16 16:21:18 2023 +0200

    monolog->dialog
---
 design-documents/037-wallet-transactions-lifecycle.rst | 2 +-
 transaction-tip-states.dot                             | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/design-documents/037-wallet-transactions-lifecycle.rst 
b/design-documents/037-wallet-transactions-lifecycle.rst
index 7d9f9b6b..99cb0985 100644
--- a/design-documents/037-wallet-transactions-lifecycle.rst
+++ b/design-documents/037-wallet-transactions-lifecycle.rst
@@ -347,7 +347,7 @@ Transaction Type: Payment to Merchant
     proposal that is invalid (e.g. malformed contract
     terms or bad signature).
 
-* ``monolog(merchant-order-proposed)``
+* ``dialog(merchant-order-proposed)``
 
   Let the user accept (or refuse) the payment.
 
diff --git a/transaction-tip-states.dot b/transaction-tip-states.dot
index a4625d89..4fef0a03 100644
--- a/transaction-tip-states.dot
+++ b/transaction-tip-states.dot
@@ -4,7 +4,7 @@ digraph G {
   pending_query[label="query"];
   //aborting_query[label="query", style=dashed];
   //aborted_query[label="aborted", style=dashed, shape=box];
-  monolog_user[label="monolog(user)"];
+  dialog_user[label="dialog(user)"];
   pending_pickup[label="pickup"];
   //aborting_pickup[label="pickup", style=dashed];
   //aborted_pickup[label="aborted", style=dashed, shape=box];
@@ -12,7 +12,7 @@ digraph G {
   
   // subgraph {
   //   rank=same;
-  //   pending_query; monolog_user;
+  //   pending_query; dialog_user;
   // }
   
   // subgraph {
@@ -24,9 +24,9 @@ digraph G {
   initial -> pending_query;
   
   
-  monolog_user -> pending_pickup [color=blue, label="OK"];
+  dialog_user -> pending_pickup [color=blue, label="OK"];
 
-  pending_query -> monolog_user [color=green];
+  pending_query -> dialog_user [color=green];
   //pending_query -> aborting_query;
   //aborting_query -> aborted_query;
 

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