Update 007_eMoney_integration.md

This commit is contained in:
Will Ruddick 2020-06-30 07:45:42 +00:00
parent 78815a5a3c
commit c109192d3e
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ After the user confirms:
### Exchange Rate ###
When dislaying the SPOT price or excahnge rate to a user we should use the following formula:
> Exchange Price = CIC_reserve / (CIC_supply * trr)
> Exchange Price = CIC_reserve / (CIC_supply * trr) -> this is pulled from blockchain and should be sent back as a SMS
### User Interface ###