simpleledger / slp-specifications

Simple Ledger Protocol (SLP) Specifications
MIT License
57 stars 40 forks source link

GENESIS transaction type should read 7-bytes, not 4-bytes #8

Closed jcramer closed 5 years ago

jcramer commented 5 years ago

A user reviewing the spec caught a typo or lack of clarity in the field that is meant to represent the minimum byte requirement for a particular field. transaction_type for GENESIS transaction should be 7-bytes, not 4-bytes.

https://github.com/simpleledger/slp-specifications/blame/master/slp-token-type-1.md#L293

markblundeberg commented 5 years ago

whelp, I guess we should fix it then :D

jcramer commented 5 years ago

fixed in d88e1a9