commit 6869fe87d86652c970bc2bc335134cea97677282 parent 90d7b517a09eb765b1912bf27ef0a8f668ed84c7 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 31 Mar 2020 20:56:31 +0200 Merge branch 'master' of git+ssh://git.taler.net/docs Diffstat:
| M | core/api-exchange.rst | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -440,8 +440,9 @@ exchange. // Sender account payto://-URL sender_account_url: string; - // Transfer details uniquely identifying the transfer. - wire_reference: string; + // Opaque identifier internal to the exchange that + // uniquely identifies the wire transfer that credited the reserve. + wire_reference: Base32; // Timestamp of the incoming wire transfer. timestamp: Timestamp;