From badd2255a7fff119a24def2eae3734c6b20e1b82 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 25 Sep 2015 14:13:00 +0200 Subject: fix wireformat mismatch with mint code --- wireformats.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wireformats.rst') 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) -- cgit v1.2.3