diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-09-21 14:01:09 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-09-21 14:01:09 +0200 |
commit | f3bdacc82bd86c4895dd5ec62b4093a8716f8503 (patch) | |
tree | 9f189e5dfc87bd3c4767807113cb15da8c48494a /integration-bank.rst | |
parent | 0f8d396a7163a40b52a21b9896a7656ab7916d06 (diff) | |
download | docs-f3bdacc82bd86c4895dd5ec62b4093a8716f8503.tar.gz docs-f3bdacc82bd86c4895dd5ec62b4093a8716f8503.tar.bz2 docs-f3bdacc82bd86c4895dd5ec62b4093a8716f8503.zip |
addressing warnings and error in compilation
Diffstat (limited to 'integration-bank.rst')
-rw-r--r-- | integration-bank.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/integration-bank.rst b/integration-bank.rst index b8e2493..1dc2ec8 100644 --- a/integration-bank.rst +++ b/integration-bank.rst @@ -26,11 +26,11 @@ As a result of the reserve creation request, the following steps will happen in 2. Upon confirmation, the wallet fetches the desired amount from the user-filled form and prompts the user for the *exchange base URL*. Then ask the user to confirm creating the reserve. - 2. The wallet will create a key pair for the reserve. - 3. The wallet will request the CAPTCHA page to the bank. In that request's parameters it + 3. The wallet will create a key pair for the reserve. + 4. The wallet will request the CAPTCHA page to the bank. In that request's parameters it communicates the desired amount, the reserve's public key and the exchange base URL to the bank - 4. Upon successful resolution of the CAPTCHA by the user, the bank initiates the reserve + 5. Upon successful resolution of the CAPTCHA by the user, the bank initiates the reserve creation according to the gotten parameters. Together with `200 OK` status code sent back to the wallet, it gets also a `ReserveCreated`_ object. |