ZIP 302: Remove remaining reference to TLV scheme

This commit is contained in:
str4d 2021-03-23 13:46:14 +13:00 committed by GitHub
parent 00864688d2
commit 75b94ce063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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