commit 5823ad8b68e7259de00fda3c1187e046ae04abbd
parent 7b96e3e9b0334c1e6d143bf92697bd0c0ea1a6b2
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 20 Apr 2020 23:40:15 +0200
update spec
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -170,7 +170,7 @@ Dynamic Merchant Instances
// If the frontend does NOT specify a payment deadline, how long should
// offers we make be valid by default?
- default_pay_deadline: RelativeTime;
+ default_pay_delay: RelativeTime;
}
@@ -230,7 +230,7 @@ Dynamic Merchant Instances
// If the frontend does NOT specify a payment deadline, how long should
// offers we make be valid by default?
- default_pay_deadline: RelativeTime;
+ default_pay_delay: RelativeTime;
}
@@ -300,7 +300,7 @@ Dynamic Merchant Instances
h_wire: HashCode;
// salt used to compute h_wire
- salt: string;
+ salt: HashCode;
// true if this account is active,
// false if it is historic.