summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-23 15:46:22 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-23 15:46:24 +0100
commitc5271c379209d501caede5f2beca829a3f45907e (patch)
treea243ae3162735336ce6b119c9ed92bb90ed68110 /core
parent5be6d4c68d3369b80b54442dda9b8cb3b1095518 (diff)
downloaddocs-c5271c379209d501caede5f2beca829a3f45907e.tar.gz
docs-c5271c379209d501caede5f2beca829a3f45907e.tar.bz2
docs-c5271c379209d501caede5f2beca829a3f45907e.zip
-remove redundant fields from reply
Diffstat (limited to 'core')
-rw-r--r--core/api-exchange.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 671d6d9d..9378eda7 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -2223,18 +2223,6 @@ the API during normal operation.
// Detailed error code.
code: Integer;
- // Public key of a melted coin that had insufficient funds.
- coin_pub: EddsaPublicKey;
-
- // Original total value of the coin.
- original_value: Amount;
-
- // Remaining value of the coin.
- residual_value: Amount;
-
- // Amount of the coin's value that was to be melted.
- requested_value: Amount;
-
// The transaction list of the respective coin that failed to have sufficient funds left.
// Note that only the transaction history for one bogus coin is given,
// even if multiple coins would have failed the check.