-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat/python: unlock slotindex #1393
feat/python: unlock slotindex #1393
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.
Format
Co-authored-by: DaughterOfMars <[email protected]>
* Defines a slot index until which only Address, defined in Address Unlock Condition, is allowed to unlock the output. | ||
* After the slot index is reached/passed, only Return Address can unlock it. |
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.
* Defines a slot index until which only Address, defined in Address Unlock Condition, is allowed to unlock the output. | |
* After the slot index is reached/passed, only Return Address can unlock it. | |
* Defines an unlock condition that binds an expiry time/slot index to the address given in the Address Unlock | |
* Condition of the same output. Once that address has expired, only the address defined in `returnAddress` can | |
* unlock the output. |
The issue was fixed by another PR, is this still relevant? |
Yes some things weren't changed |
Co-authored-by: DaughterOfMars <[email protected]>
Co-authored-by: DaughterOfMars <[email protected]>
Description of change
fixes #963