steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
154 stars 100 forks source link

Length of Private Memo is restricted to 35 characters #183

Open outlier89 opened 6 years ago

outlier89 commented 6 years ago

When "#" is placed before a message in the memo to make it private, it only takes 35 characters of the message after the # and the rest is ignored. Please rectify this issue as soon as possible.

maxpatternman commented 6 years ago

I can confirm this for use with steempy.

cyon1c commented 6 years ago

This will go into our backlog and be addressed next sprint. Thanks for raising this issue!

sn0n commented 5 years ago

Updates?