commit c5271c379209d501caede5f2beca829a3f45907e parent 5be6d4c68d3369b80b54442dda9b8cb3b1095518 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 23 Dec 2021 15:46:22 +0100 -remove redundant fields from reply Diffstat:
| M | core/api-exchange.rst | | | 12 | ------------ |
1 file changed, 0 insertions(+), 12 deletions(-)
diff --git 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.