commit 01ab7b06596880ed1849cd29212aca1f18273ef8 parent 7d22fe94cd00bbef94b2f2dea4e6bf62ddf57a5f Author: Florian Dold <florian.dold@gmail.com> Date: Wed, 26 Apr 2017 14:26:39 +0200 document wire_method in proposal terms Diffstat:
| M | api/api-merchant.rst | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/api/api-merchant.rst b/api/api-merchant.rst @@ -603,6 +603,12 @@ The `proposal data` must have the following structure: // The hash of the merchant instance's wire details. H_wire: HashCode; + // Wire transfer method identifier for the wire method associated with H_wire. + // The wallet may only select exchanges via a matching auditor if the + // exchange also supports this wire method. + // The wire transfer fees must be added based on this wire transfer method. + wire_method: string; + // Any exchanges audited by these auditors are accepted by the merchant. auditors: Auditor[];