[EIP] Optional pay- prefix.

If no prefix exists, pay- is assumed.
This commit is contained in:
Daniel A. Nagy 2018-01-15 15:14:16 +01:00 committed by GitHub
parent b5444e4c94
commit f4ba09d033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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