commit b5993f1d2680cbefde7a91d4d33ac17d77fa388d parent c6c31d41b039ab9eef4b5929f9bed8c8dbce139f Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 21 Jan 2016 15:13:59 +0100 updating spec to implement current implementation of /deposit/wtid Diffstat:
| M | api-mint.rst | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/api-mint.rst b/api-mint.rst @@ -940,7 +940,7 @@ typically also view the balance.) **Request:** - :query wtid: wire transfer identifier identifying the wire transfer (a base32-encoded value) + :query wtid: raw wire transfer identifier identifying the wire transfer (a base32-encoded value) **Response:** @@ -1046,7 +1046,7 @@ typically also view the balance.) .. code-block:: tsref interface WtidResponse { - // wire transfer identifier of the deposit. + // raw wire transfer identifier of the deposit. wtid: Base32; // when was the wire transfer given to the bank.