diff --git a/ERCS/erc-6860.md b/ERCS/erc-6860.md index a49f2d15dc..bbaada4b7b 100644 --- a/ERCS/erc-6860.md +++ b/ERCS/erc-6860.md @@ -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.