taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 1cf294a534afb6d9f077b57ef8760158b66b93f7
parent 8fb0026bc2cda985d4400bb86be67ed956f3d07b
Author: Florian Dold <florian@dold.me>
Date:   Tue, 25 Apr 2023 15:50:30 +0200

tweaks

Diffstat:
Mdesign-documents/037-wallet-transactions-lifecycle.rst | 2+-
Mtransaction-payment-states.dot | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/design-documents/037-wallet-transactions-lifecycle.rst b/design-documents/037-wallet-transactions-lifecycle.rst @@ -507,7 +507,7 @@ payment transaction. The refund failed permanently. .. image:: ../transaction-refund-states.png - :width: 800 + :width: 400 Transaction Type: Refresh diff --git a/transaction-payment-states.dot b/transaction-payment-states.dot @@ -1,6 +1,6 @@ digraph G { - initial[label="", shape="circle"]; + initial[label="", shape="circle", xlabel="pay merchant"]; pending_pr[label="pending(proposed)", shape="box"]; pending_dp[label="pending(claim-proposal)"]; pending_sp[label="pending(submit-payment)"];