summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2015-09-25 14:13:00 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2015-09-25 14:13:00 +0200
commitbadd2255a7fff119a24def2eae3734c6b20e1b82 (patch)
tree86098ea52bb6ebc1c56dc3f0e2e2ae7f430ca031
parent266adf4a463ed181b23bd617eb88332a09baf3d5 (diff)
downloaddocs-badd2255a7fff119a24def2eae3734c6b20e1b82.tar.gz
docs-badd2255a7fff119a24def2eae3734c6b20e1b82.tar.bz2
docs-badd2255a7fff119a24def2eae3734c6b20e1b82.zip
fix wireformat mismatch with mint code
-rw-r--r--wireformats.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/wireformats.rst b/wireformats.rst
index 0be79f02..306d87cb 100644
--- a/wireformats.rst
+++ b/wireformats.rst
@@ -31,7 +31,7 @@ contain a JSON object with the following fields:
* `type`: the string constant `"SEPA"`
* `IBAN`: the International Bank Account Number (IBAN) of the account of the beneficiary
* `name`: the name of the beneficiary
- * `BIC`: the Bank Identification Code (BIC) code of the beneficiary's bank
+ * `bic`: the Bank Identification Code (BIC) code of the beneficiary's bank
* `edate`: the date given as a timestamp indicating when the transfer should be executed
* `r`: random nounce (used to make brute-forcing the hash harder)