We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
It is possible to use unencrypted memo:
bitshares-core/libraries/protocol/include/graphene/protocol/memo.hpp
Lines 36 to 37 in 173ff3d
However, cli_wallet does not support it (btw: code duplication).
cli_wallet
bitshares-core/libraries/wallet/wallet_sign.cpp
Lines 181 to 183 in 1f3e2e9
bitshares-core/libraries/wallet/operation_printer.cpp
Lines 86 to 88 in 23263b0
Impacts Describe which portion(s) of BitShares Core may be impacted by this bug. Please tick at least one box.
Additional Context (optional) Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
It is possible to use unencrypted memo:
bitshares-core/libraries/protocol/include/graphene/protocol/memo.hpp
Lines 36 to 37 in 173ff3d
However,
cli_wallet
does not support it (btw: code duplication).bitshares-core/libraries/wallet/wallet_sign.cpp
Lines 181 to 183 in 1f3e2e9
bitshares-core/libraries/wallet/operation_printer.cpp
Lines 86 to 88 in 23263b0
Impacts
Describe which portion(s) of BitShares Core may be impacted by this bug. Please tick at least one box.
Additional Context (optional)
Add any other context about the problem here.
CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: