summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2023-12-06 13:56:14 +0000
committerAntoine A <>2023-12-06 13:56:14 +0000
commit54145e3fc60f1fa84130f561e6bec8eb841971f2 (patch)
tree23ad420e6a1ab8d76cb8ae9463cb2241532f2162
parent8cecb7f9c0c9d7324fee7f512f5311eca6e30d52 (diff)
downloaddocs-54145e3fc60f1fa84130f561e6bec8eb841971f2.tar.gz
docs-54145e3fc60f1fa84130f561e6bec8eb841971f2.tar.bz2
docs-54145e3fc60f1fa84130f561e6bec8eb841971f2.zip
Update corebank API
-rw-r--r--core/api-corebank.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/api-corebank.rst b/core/api-corebank.rst
index 25eb5f7b..9f40d41b 100644
--- a/core/api-corebank.rst
+++ b/core/api-corebank.rst
@@ -101,7 +101,7 @@ Config
allow_edit_name: boolean;
// If 'true' anyone can edit their cashout account
- // If 'false' only the admin
+ // If 'false' only admin can
allow_edit_cashout_payto_uri: boolean;
// Default debt limit for newly created accounts
@@ -143,11 +143,11 @@ Account Management
// Legal name of the account owner
name: string;
- // Is this account visible to anyone?
+ // Make this account visible to anyone?
// Defaults to false.
is_public?: boolean;
- // Is this a taler exchange account?
+ // Make this account a taler exchange account?
// If true:
// - incoming transactions to the account that do not
// have a valid reserve public key are automatically
@@ -270,7 +270,7 @@ Account Management
// Only admin can change this property if not allowed in config
name?: string;
- // Is this account visible to anyone?
+ // Make this account visible to anyone?
is_public?: boolean;
// If present, change the max debit allowed for this user