RavenProject / Ravencoin

Ravencoin Core integration/staging tree
https://www.ravencoin.org
MIT License
1.08k stars 675 forks source link

sendmessage RPC does not support txid as message #646

Open hans-schmidt opened 5 years ago

hans-schmidt commented 5 years ago

sendmessage RPC does not support txid as message.

During asset issue, the attached message can be ipfs_hash or txid. During asset transfer, the attached message can be ipfs_hash or txid.

But for sendmessage, only ipfs_hash is accepted.

Perhaps ok for most apps, but seems inconsistent.

blondfrogs commented 5 years ago

Looking into this. Thanks @hans-schmidt