summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-20 23:40:15 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-20 23:40:15 +0200
commit5823ad8b68e7259de00fda3c1187e046ae04abbd (patch)
treeb7c84f51b7003c09d11017a60b9625610cfcb2ce /core
parent7b96e3e9b0334c1e6d143bf92697bd0c0ea1a6b2 (diff)
downloaddocs-5823ad8b68e7259de00fda3c1187e046ae04abbd.tar.gz
docs-5823ad8b68e7259de00fda3c1187e046ae04abbd.tar.bz2
docs-5823ad8b68e7259de00fda3c1187e046ae04abbd.zip
update spec
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 002dc976..b8c9eae8 100644
--- 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.