CounterpartyXCP / counterparty-core

Counterparty Protocol Reference Implementation
http://counterparty.io
MIT License
287 stars 206 forks source link

Memo can only be a list when `memo_is_hex` is provided #2286

Closed adamkrellenstein closed 2 weeks ago

adamkrellenstein commented 1 month ago

possibly protocol change

ouziel-slama commented 2 weeks ago

In fact memo should never be a list. I added an optional argument memos to provide one memo by send. I also updated mpma.compose() to raise an error in memo is not a string (to avoid a protocol change). see https://github.com/CounterpartyXCP/counterparty-core/pull/2607