Skip to content

📝 🐛 correct logic for nesting #66

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion standards/rmrk2.0.0/interactions/send.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ rmrk::SEND::2.0.0::P2C1::P1C1

In a consolidator, this is what should happen:

- check if issuer of the SEND interaction === root owner of B1P2 and is so...
- get owner of P2C1
- check if issuer of the SEND interaction === root owner of P2C1 (e.g `sendInteraction.issuer === p2c1.owner`)
- remove P2C1 from `children` array of P2
- add P2C1 to `children` array in P1

Expand Down