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
Is your feature request related to a problem? Please describe.
If a memo is present in a transfer operation we will encrypt it (unless the op is configured not to be encrypted).
In operations asset_issue, withdraw_permission_claim and override_transfer there are also memo fields (some optional) however the current Beet implementation does not attempt to encrypt these memo fields.
Describe the solution you'd like
If a memo exists in a Bitshares operation, make sure it's handled properly instead of broadcast plaintext erroneously.
Describe alternatives you've considered
Not to take action.
Additional context
Transfer operation only recently added support for the encrypted memo field.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
If a memo is present in a transfer operation we will encrypt it (unless the op is configured not to be encrypted).
In operations
asset_issue
,withdraw_permission_claim
andoverride_transfer
there are also memo fields (some optional) however the current Beet implementation does not attempt to encrypt these memo fields.Describe the solution you'd like
If a memo exists in a Bitshares operation, make sure it's handled properly instead of broadcast plaintext erroneously.
Describe alternatives you've considered
Not to take action.
Additional context
Transfer operation only recently added support for the encrypted memo field.
The text was updated successfully, but these errors were encountered: