[WIP] A Ruby library of smart contracts that can be used on Tapyrus.
7
stars
10
forks
source link
Fix simple timestamp records broken OP_RETURN data if the prefix or data of Simple#set_data contain a single hexadecimal digit #179
Closed
rantan closed 1 year ago
Glueby::Contract::TimestampTxBuilder::Simple#set_data
の引数に HEX で1桁になる\u0001
のような文字が含まれる場合に、2桁めの0
が消えて桁がずれる問題を修正しました。