commit a2d7fef33136b029a17ff5e12c62412b899194e9 parent 3626faf5e7b37ff564b5723f2ff6bb51cbbeea92 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 29 Jun 2026 18:59:12 +0200 de-facto optional Diffstat:
| M | core/auditor/get-monitoring-reserves.rst | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/core/auditor/get-monitoring-reserves.rst b/core/auditor/get-monitoring-reserves.rst @@ -69,8 +69,10 @@ // When the purse expires expiration_date : Timestamp; - // Who created the account - origin_account : string; + // Who created the reserve. + // Full payto:// URI of the originating account. + // Optional, NULL if unknown. + origin_account? : string; }