summaryrefslogtreecommitdiff
path: root/transaction-withdrawal-states.dot
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-04-09 17:22:43 +0200
committerChristian Grothoff <christian@grothoff.org>2023-04-09 17:22:43 +0200
commit9e148c42d940ddcfafe1394f0461d40bceabb008 (patch)
treeee4db2e4836e8194364488a2f152b98dac0b9a41 /transaction-withdrawal-states.dot
parent836ec500bdbdb91a07110b1455f0f6cf2d26fa7c (diff)
downloaddocs-9e148c42d940ddcfafe1394f0461d40bceabb008.tar.gz
docs-9e148c42d940ddcfafe1394f0461d40bceabb008.tar.bz2
docs-9e148c42d940ddcfafe1394f0461d40bceabb008.zip
more work on DD37 review
Diffstat (limited to 'transaction-withdrawal-states.dot')
-rw-r--r--transaction-withdrawal-states.dot4
1 files changed, 2 insertions, 2 deletions
diff --git a/transaction-withdrawal-states.dot b/transaction-withdrawal-states.dot
index 2aeffbd5..95c8fda8 100644
--- a/transaction-withdrawal-states.dot
+++ b/transaction-withdrawal-states.dot
@@ -41,8 +41,8 @@ digraph G {
pending_ewr->pending_wc [label="exchange-poll:\nreserve ready"];
pending_wc->pending_kyc;
pending_wc->pending_aml;
- pending_kyc->pending_wc [color="blue",label="kyc"];
- pending_aml->pending_wc [color="purple",label="approve"];
+ pending_kyc->pending_wc [color="purple",label="long-poll:kyc"];
+ pending_aml->pending_wc [color="purple",label="long-poll:approve"];
pending_kyc->suspended_kyc [color="blue", label="suspend"];
pending_aml->suspended_aml [color="blue", label="suspend"];
suspended_aml->pending_aml [color="blue", label="resume"];