Closed saucepoint closed 2 months ago
OZ-L07: burning a position should unsubscribe a position
When burning a position, if it has a subscriber, automatically unsubscribe.
Removed bytes memory data from unsubscribe()
bytes memory data
unsubscribe()
data
Related Issue
OZ-L07: burning a position should unsubscribe a position
Description of changes
When burning a position, if it has a subscriber, automatically unsubscribe.
Big Change:
Removed
bytes memory data
fromunsubscribe()
data
and still be able to unsubscribe. I.e. There was never really an enforcement thatdata
was valid