From 30385fef6fc23e3ac896fea254ea61bd85f4ea92 Mon Sep 17 00:00:00 2001 From: ligi Date: Mon, 15 Oct 2018 13:23:25 +0200 Subject: [PATCH] Fix syntax in #681 by referencing #831 (#1095) --- EIPS/eip-681.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EIPS/eip-681.md b/EIPS/eip-681.md index a3165e6a..9d4061d3 100644 --- a/EIPS/eip-681.md +++ b/EIPS/eip-681.md @@ -25,7 +25,8 @@ This specification supersedes ERC #67, which is a URL format for representing ar ### Syntax Payment request URLs contain "ethereum" in their schema (protocol) part and are constructed as follows: - request = "ethereum" ":" [ "pay-" ]target_address [ "@" chain_id ] [ "/" function_name ] [ "?" parameters ] + request = erc831_part target_address [ "@" chain_id ] [ "/" function_name ] [ "?" parameters ] + erc831_part = schema and optional prefix as defined in #831 - typically "ethereum" ":" [ "pay-" ] in this case target_address = ethereum_address chain_id = 1*DIGIT function_name = STRING