Skip to content

Commit

Permalink
Fix syntax in ethereum#681 by referencing ethereum#831
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi committed May 18, 2018
1 parent e73e5e4 commit d6c433d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EIPS/eip-681.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6c433d

Please sign in to comment.