From f66ba2f6c52c8bdcee4cf150d8f496ec5fbac7f0 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Mon, 20 Jul 2020 11:04:30 -0300 Subject: Withdrawal Flow: Changing exchange before confirmation --- design-documents/004-wallet-withdrawal-flow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'design-documents/004-wallet-withdrawal-flow.rst') 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; } -- cgit v1.2.3