Skip to content
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