summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2020-01-12 14:15:44 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2020-01-12 14:15:44 +0100
commitb4a3c29aa22db2b66668a46ed98bd3bc5eb493d3 (patch)
tree1607da192367195efe2e38eaa19a82d37278f4c4 /core
parent186ae7da9a9e281da425b45906db047f3eb1f0ee (diff)
downloaddocs-b4a3c29aa22db2b66668a46ed98bd3bc5eb493d3.tar.gz
docs-b4a3c29aa22db2b66668a46ed98bd3bc5eb493d3.tar.bz2
docs-b4a3c29aa22db2b66668a46ed98bd3bc5eb493d3.zip
no need to specify auth method
Diffstat (limited to 'core')
-rw-r--r--core/api-bank.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/api-bank.rst b/core/api-bank.rst
index 82ccda60..aa9b53cb 100644
--- a/core/api-bank.rst
+++ b/core/api-bank.rst
@@ -54,9 +54,6 @@ Withdrawing
interface BankTalerWithdrawRequest {
- // Authentication method used
- auth: BankAuth;
-
// Amount to withdraw.
amount: Amount;