commit e59e195ba52ae9793bcc3f8c2691f115f1c86817 parent d0fbcbce0447de539fe6d947c948e3e5ebf124fa Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 23 Sep 2025 16:22:35 +0200 fix #10434 Diffstat:
| M | core/api-donau.rst | | | 12 | ++++-------- |
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/core/api-donau.rst b/core/api-donau.rst @@ -89,8 +89,10 @@ long-term offline signing key of the Donau, which clients should cache. // The format is "current:revision:age". version: string; - // Financial domain this Donau operates for. - domain: string; + // Legal/financial domain this Donau operates for. Shown to the + // user by the wallet when selecting a Donau. Should match the + // name of the financial authority that the user would recognize. + legal_domain: string; // The Donau's base URL. base_url: string; @@ -98,12 +100,6 @@ long-term offline signing key of the Donau, which clients should cache. // The Donau's currency. currency: string; - // How many digits should the amounts be rendered - // with by default. Small capitals should - // be used to render fractions beyond the number - // given here (like on gas stations). - currency_fraction_digits: Integer; - // Donation Units offered by this Donau donation_units: DonationUnitKeyGroup[];