summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-07-20 11:04:30 -0300
committerTorsten Grote <t@grobox.de>2020-07-20 11:04:30 -0300
commitf66ba2f6c52c8bdcee4cf150d8f496ec5fbac7f0 (patch)
treef5cdf163aa3dd455eb38a1b81fc1ad7f61cb6f34 /design-documents
parentee167631b98ec3b39fb8c013dc11145a3797306c (diff)
downloaddocs-f66ba2f6c52c8bdcee4cf150d8f496ec5fbac7f0.tar.gz
docs-f66ba2f6c52c8bdcee4cf150d8f496ec5fbac7f0.tar.bz2
docs-f66ba2f6c52c8bdcee4cf150d8f496ec5fbac7f0.zip
Withdrawal Flow: Changing exchange before confirmation
Diffstat (limited to 'design-documents')
-rw-r--r--design-documents/004-wallet-withdrawal-flow.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/design-documents/004-wallet-withdrawal-flow.rst b/design-documents/004-wallet-withdrawal-flow.rst
index f6382446..28e9c16b 100644
--- a/design-documents/004-wallet-withdrawal-flow.rst
+++ b/design-documents/004-wallet-withdrawal-flow.rst
@@ -87,8 +87,8 @@ The user flow between these screens is described in the following graph:
accept_tos -> withdraw [label="Yes"];
accept_tos -> select_exchange [label="No"];
withdraw -> withdrawal_action;
+ withdraw -> select_exchange [label="Change Exchange"];
withdrawal_action -> transactions [label="Confirm"];
- withdrawal_action -> select_exchange [label="Change Exchange"];
{ rank=same; tos_accepted; tos_changed; }
{ rank=same; select_exchange; tos; }