Skip to content

Commit

Permalink
Update flow again and again
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Nov 14, 2024
1 parent a32f593 commit fb9a69a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sequenceDiagram
TOCA-->>TOCA: Check that the [payout] address is owned by the device
TOCA-->>EA: os_lib_end(): Result
deactivate TOCA
EA->>+TOCA: os_lib_call(GET_PRINTABLE_AMOUNT)
EA->>+TOCA: os_lib_call(GET_PRINTABLE_AMOUNT, sub_coin_config, amount, printable_amount)
TOCA-->>TOCA: Format the receiving amount
TOCA-->>-EA: os_lib_end(): Formatted amount
EA-->>-LL: return
Expand All @@ -87,10 +87,10 @@ sequenceDiagram
FRCA-->>FRCA: Check that the [refund] address belongs to the device
FRCA-->>EA: os_lib_end(): Result
deactivate FRCA
EA->>+FRCA: os_lib_call(GET_PRINTABLE_AMOUNT)
EA->>+FRCA: os_lib_call(GET_PRINTABLE_AMOUNT, sub_coin_config, amount, printable_amount)
FRCA-->>FRCA: Format the sending amount
FRCA-->>-EA: os_lib_end(): Formatted amount
EA->>+FRCA: os_lib_call(GET_PRINTABLE_AMOUNT)
EA->>+FRCA: os_lib_call(GET_PRINTABLE_AMOUNT, sub_coin_config, fees, printable_fees)
FRCA-->>FRCA: Format the fees amount
FRCA-->>-EA: os_lib_end(): Formatted amount
EA-->>-LL: return
Expand Down

0 comments on commit fb9a69a

Please sign in to comment.