commit b3686a3198dbd5530773d52ebbb0f3f72eb8ac22 parent 88df05a12a1fe7b4a252b6434edd3e47858b9ea0 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 29 Dec 2025 22:19:32 +0100 -revise spec: contracts need default_money_pot, too Diffstat:
| M | core/api-merchant.rst | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -6848,6 +6848,14 @@ The contract terms must have the following structure: // legal requirements. minimum_age?: Integer; + // Default money pot to use for this product, applies to the + // amount remaining that was not claimed by money pots of + // products or taxes. Not useful to wallets, only for + // merchant-internal accounting. If not given, the remaining + // account is simply not accounted for in any money pot. + // Since **vPOTS**. + default_money_pot?: Integer; + } .. ts:def:: ContractChoice