-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
have ord respect locked coins #2618
Conversation
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.
This looks good! Would be great if you could add an integration test for both send and inscribe.
@rot13maxi, @dannydeezy I added some integration tests which unearthed another spot where we forgot to check locked outputs. Have a look if this looks good. @casey You can also have look at this. |
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 to me, very minor nits.
awesome thanks for getting this across the line folks! |
this is just a refactor of #2563 on top of
master
now that everything is done throughBatch
.