Fix syntax in #681 by referencing #831 (#1095)

This commit is contained in:
ligi 2018-10-15 13:23:25 +02:00 committed by Nick Johnson
parent ed6e8d6162
commit 30385fef6f
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ This specification supersedes ERC #67, which is a URL format for representing ar
### Syntax ### Syntax
Payment request URLs contain "ethereum" in their schema (protocol) part and are constructed as follows: 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 target_address = ethereum_address
chain_id = 1*DIGIT chain_id = 1*DIGIT
function_name = STRING function_name = STRING