You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On chain, the from and to fields are not optional, but required. A work around would be to use the 'all-zero pubkey' (properly formated with checksum etc). That could be used to indicate plaintext
https://github.com/bitshares/bitshares-core/blob/master/libraries/chain/include/graphene/chain/protocol/memo.hpp#L36
However, Im not able to set these params to null or undefined (void 0).
https://github.com/bitshares/bitsharesjs/blob/master/lib/serializer/src/operations.js#L393
BTW, I can still set the
message
to clear text as a workaround.Is is a bug or I am missing anything?
Thank you,
The text was updated successfully, but these errors were encountered: