chaintope / bitcoinrb

The implementation of the bitcoin protocol for ruby.
MIT License
61 stars 19 forks source link

Payload#to_payload supports binary metadata. #7

Closed Yamaguchi closed 6 years ago

Yamaguchi commented 6 years ago

metadataに0x01, 0x02,...などのバイナリーを設定した時にto_payloadで0パディングされない問題に対応しました。

参照: https://github.com/haw-itn/openassets-ruby/pull/19