taler-docs

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

commit 3d38432edb16f68c2918047f46845da1457a7b44
parent 36614e40d71c517d0dbbd360068416960fb81bd9
Author: Florian Dold <florian@dold.me>
Date:   Wed, 17 May 2023 22:09:51 +0200

play around with layout

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

diff --git a/transaction-common-states.dot b/transaction-common-states.dot @@ -15,12 +15,6 @@ 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"];