-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
Remove send_asset
procedure from the basic wallet
#829
Conversation
We'll need to rebase this one after #826 is merged. |
4ebc051
to
92ba9ef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thank you! I left a few small comments inline.
Also, as mentioned in one comment, I think this should probably go into v0.6 release. Maybe even we should merge it after #803.
92ba9ef
to
3955d97
Compare
f1e0231
to
994c123
Compare
@igamigo - this will probably be a breaking change for the client. But I think we should be able to update the client even now to use |
Makes sense! Will take a look first thing tomorrow, should be a simple change. |
994c123
to
d8ad2d2
Compare
This PR removes the
send_asset
procedure from the basic wallet.To send a note with some assets
create_note
andmove_asset_to_note
procedures should be used instead.