Skip to content

Commit

Permalink
[EIP] Optional pay- prefix.
Browse files Browse the repository at this point in the history
If no prefix exists, pay- is assumed.
  • Loading branch information
nagydani authored Jan 15, 2018
1 parent b5444e4 commit f4ba09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-681.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4ba09d

Please sign in to comment.