commit f61ea22bb25ae5f5af2e272c9ed4638257326745 parent 78b910d73d8796ff331f622f10ac14815a61ddcb Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 21 Jan 2022 18:01:51 +0100 start to collect errata Diffstat:
| A | standards/errata.txt | | | 6 | ++++++ |
| A | standards/links.txt | | | 3 | +++ |
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/standards/errata.txt b/standards/errata.txt @@ -0,0 +1,6 @@ +* Currencies MUST be interpreted as case-insensitive. + (Not specified in the RFC.) +* Mandate use of "," separator for currencies? + (avoids easy bug of someone using a floating point parser?) +* Stress currency field being mandatory, and say why (i.e. + multi-currency bank account or countries with multiple currencies) diff --git a/standards/links.txt b/standards/links.txt @@ -0,0 +1,3 @@ +https://github.com/cryptohub-digital/payto +https://github.com/alexrios/payto +https://github.com/bence98/libpayto