diff --git a/ARCs/arc-0079.md b/ARCs/arc-0079.md index e8c3722c6..880f72092 100644 --- a/ARCs/arc-0079.md +++ b/ARCs/arc-0079.md @@ -41,9 +41,6 @@ argparam = "arg=" (*qchar | *digit) feeparam = "fee=" *digit accountparam = "account=" *qchar assetparam = "asset=" *digit -noteparam = (xnote | note) -xnote = "xnote=" *qchar -note = "note=" *qchar otherparam = qchar *qchar [ "=" *qchar ] ``` @@ -70,10 +67,6 @@ otherparam = qchar *qchar [ "=" *qchar ] - account: Account or nfd address to be used in Application NoOp method call foreign accounts array. -- xnote: As in [ARC-26](./arc-0026.md). A URL-encoded notes field value that must not be modifiable by the user when displayed to users. - -- note: As in [ARC-26](./arc-0026.md). A URL-encoded default notes field value that the the user interface may optionally make editable by the user. - - fee: Optional. An optional static fee to set for the transaction in microAlgos. - (others): optional, for future extensions