From 75b94ce0630501708289412d89fca50c2630cdd5 Mon Sep 17 00:00:00 2001 From: str4d Date: Tue, 23 Mar 2021 13:46:14 +1300 Subject: [PATCH] ZIP 302: Remove remaining reference to TLV scheme --- zip-0302.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zip-0302.rst b/zip-0302.rst index 99820715..17049658 100644 --- a/zip-0302.rst +++ b/zip-0302.rst @@ -54,9 +54,9 @@ contents of a memo. It does not define consensus requirements. - The first byte has a value between 0xF7 and 0xFE inclusive. + If the first byte has a value of 0xFF then the reader should not make any other - assumption about the memo. In order to put data into a memo field that does not use the - type-length-value scheme above, the value of the first byte SHOULD be set to 0xFF; the - remaining 511 bytes are then unconstrained. + assumption about the memo. In order to put arbitrary data into a memo field (that + might have some private non-standard structure), the value of the first byte SHOULD + be set to 0xFF; the remaining 511 bytes are then unconstrained. Rationale ===========