Skip to content

Commit

Permalink
ERC-6860: Manual mode: If path is empty, calldata is no longer forced…
Browse files Browse the repository at this point in the history
… to be 0x2f, calldata will be 0x
  • Loading branch information
nand2 committed Oct 26, 2023
1 parent 0b9d7a2 commit 115ae17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-6860.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fileExtension = 1*( ALPHA / DIGIT )
queryManual = *( pchar / "/" / "?" ) ; as in RFC 3986
```

The manual mode will use the raw **pathQueryManual** as calldata of the message directly (no percent-encoding decoding will be done). If **pathQueryManual** is empty, the sent calldata will be ``/`` (0x2f).
The manual mode will use the raw **pathQueryManual** as calldata of the message directly (no percent-encoding decoding will be done).

The returned message data will be treated as ABI-encoded bytes and the decoded bytes will be returned to the frontend.

Expand Down

0 comments on commit 115ae17

Please sign in to comment.