From f4ba09d033f7ea3f08b96922be0f8e1ae90971f9 Mon Sep 17 00:00:00 2001 From: "Daniel A. Nagy" Date: Mon, 15 Jan 2018 15:14:16 +0100 Subject: [PATCH] [EIP] Optional pay- prefix. If no prefix exists, pay- is assumed. --- EIPS/eip-681.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-681.md b/EIPS/eip-681.md index 6ba40af1..1b1f27c3 100644 --- a/EIPS/eip-681.md +++ b/EIPS/eip-681.md @@ -26,7 +26,7 @@ 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" ":" target_address [ "@" chain_id ] [ "/" function_name ] [ "?" parameters ] + request = "ethereum" ":" [ "pay-" ]target_address [ "@" chain_id ] [ "/" function_name ] [ "?" parameters ] target_address = ethereum_address chain_id = 1*DIGIT function_name = STRING