aboutsummaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-10-12 13:22:37 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2023-10-12 13:22:37 +0200
commit8e0f35b2bf697ce9388fd37fe14429bc6c0cc204 (patch)
tree4ddb5ee3225de5bfa0ce6e570643da53efdb6028 /images
parent73c10807b6c64cfc9cefa7d1cd44374e6ee148cc (diff)
downloaddocs-8e0f35b2bf697ce9388fd37fe14429bc6c0cc204.tar.gz
docs-8e0f35b2bf697ce9388fd37fe14429bc6c0cc204.tar.bz2
docs-8e0f35b2bf697ce9388fd37fe14429bc6c0cc204.zip
[DD 037] revert addition of age-withdraw from state-diagram (internal, hidden from UI)
Diffstat (limited to 'images')
-rw-r--r--images/transaction-withdrawal-states.dot7
1 files changed, 1 insertions, 6 deletions
diff --git a/images/transaction-withdrawal-states.dot b/images/transaction-withdrawal-states.dot
index ea32c5ba..9163c889 100644
--- a/images/transaction-withdrawal-states.dot
+++ b/images/transaction-withdrawal-states.dot
@@ -1,11 +1,10 @@
digraph G {
- compound=true;
initial_manual[label="", xlabel="manual" shape="circle"];
initial_bank[label="", xlabel="bank-integrated" shape="circle"];
pending_brr[label="bank-register-reserve"];
pending_bc[label="bank-confirm"];
pending_ewr[label="exchange-wait-reserve"];
- pending_wc[label="{<batch>batch-|<age>age-}|<wc>withdraw-coins", shape="Mrecord" ];
+ pending_wc[label="withdraw-coins"];
pending_kyc[label="kyc"];
pending_aml[label="aml"];
done[label="done", shape="box"];
@@ -25,10 +24,6 @@ digraph G {
rank = same; done; aborted_bank;
}
- subgraph {
- pending_wc:batch:w->pending_wc:age:w[color="red"];
- }
-
initial_bank->pending_brr;
initial_manual->pending_ewr;
pending_brr->pending_bc [color="green"];