summaryrefslogtreecommitdiff
path: root/api/api-exchange.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-07 15:31:55 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-07 15:33:56 +0100
commite4207873a67d913a6994c9fdecebca3726e9425d (patch)
tree798d45c668fc9f8f9a1a989187cb7e57da9b0096 /api/api-exchange.rst
parentdab82d9e11c3c2705e5aeacc8142023cdd21289a (diff)
downloaddocs-e4207873a67d913a6994c9fdecebca3726e9425d.tar.gz
docs-e4207873a67d913a6994c9fdecebca3726e9425d.tar.bz2
docs-e4207873a67d913a6994c9fdecebca3726e9425d.zip
start using new terminology, remove transaction_id
Diffstat (limited to 'api/api-exchange.rst')
-rw-r--r--api/api-exchange.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/api/api-exchange.rst b/api/api-exchange.rst
index a0c23684..74cc9a3b 100644
--- a/api/api-exchange.rst
+++ b/api/api-exchange.rst
@@ -507,7 +507,7 @@ denomination.
// SHA-512 hash of the contact of the merchant with the customer. Further
// details are never disclosed to the exchange.
- H_contract: HashCode;
+ h_proposal_data: HashCode;
// `coin's public key <eddsa-coin-pub>`_, both ECDHE and EdDSA.
coin_pub: CoinPublicKey;
@@ -985,7 +985,7 @@ typically also view the balance.)
interface TrackTransferDetail {
// SHA-512 hash of the contact of the merchant with the customer.
- H_contract: HashCode;
+ h_proposal_data: HashCode;
// 64-bit transaction id for the transaction between merchant and
// customer
@@ -1032,7 +1032,7 @@ typically also view the balance.)
H_wire: HashCode;
// SHA-512 hash of the contact of the merchant with the customer.
- H_contract: HashCode;
+ h_proposal_data: HashCode;
// coin's public key, both ECDHE and EdDSA.
coin_pub: CoinPublicKey;
@@ -1132,7 +1132,7 @@ Refunds
refund_fee: Amount;
// SHA-512 hash of the contact of the merchant with the customer.
- H_contract: HashCode;
+ h_proposal_data: HashCode;
// coin's public key, both ECDHE and EdDSA.
coin_pub: CoinPublicKey;