taler-docs

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

commit 8222c4c8e592e286b64756befd957df3dbaee61b
parent 3d38432edb16f68c2918047f46845da1457a7b44
Author: Florian Dold <florian@dold.me>
Date:   Wed, 17 May 2023 22:11:38 +0200

Revert "play around with layout"

This reverts commit 3d38432edb16f68c2918047f46845da1457a7b44.

Diffstat:
Mtransaction-common-states.dot | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/transaction-common-states.dot b/transaction-common-states.dot @@ -15,6 +15,12 @@ digraph G { subgraph { rank = same; done; failed; expired; aborted; } + subgraph { + rank = same; pending; aborting; + } + subgraph { + rank = same; dialog; suspended; suspended_aborting; + } initial->pending; pending->suspended [color="blue",label="suspend"];