From 97e400f13985f671e45bd23803222e48e7f580a0 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Wed, 5 Oct 2022 09:53:37 +0200 Subject: -typos --- core/api-exchange.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'core/api-exchange.rst') diff --git a/core/api-exchange.rst b/core/api-exchange.rst index 011c4a51..545ef4e1 100644 --- a/core/api-exchange.rst +++ b/core/api-exchange.rst @@ -2197,8 +2197,8 @@ proof to the seller for the escrow of sufficient fund. // This policy is optional and might not be supported by the exchange. // If it does, the exchange MUST show support for this policy in the // ``extensions`` field in the response to ``/keys``. - interface PolicyVickereyAuction { - type: "auction"; + interface PolicyBrandtVickereyAuction { + type: "brandt-vickery-auction"; // Public key of this bidder. // @@ -2207,8 +2207,9 @@ proof to the seller for the escrow of sufficient fund. bidder_pub: EddsaPublicKey; // Date until the auction must have been successfully executed and - // a valid transcript provided to the ``/extensions/policy_auction`` - // endpoint of the exchange. + // a valid transcript provided to the + // ``/extensions/policy_brandt-vickery-auction``-endpoint of the + // exchange. // // [If the auction has not been executed by then] OR [has been executed // before then, but this bidder did not win], the coins will not be -- cgit v1.2.3