storyprotocol / protocol-periphery-v1

Periphery contract for story protocol, mainnet repo
MIT License
28 stars 20 forks source link

fix(grouping): make license attachment idempotent #59

Closed sebsadface closed 1 month ago

sebsadface commented 1 month ago

Description

This PR adds a fix to ensure idempotency when attaching license terms in GroupingWorkflows.

Key Changes

Test Plan

All existing and new tests pass locally.

Related Issue