Skip to content

Ungate when access_authorities are deleted#139

Merged
raymondjacobson merged 1 commit intomainfrom
rj-ungate
Mar 6, 2026
Merged

Ungate when access_authorities are deleted#139
raymondjacobson merged 1 commit intomainfrom
rj-ungate

Conversation

@raymondjacobson
Copy link
Copy Markdown
Contributor

No description provided.

if len(signers) == 0 {
// access_authorities null/empty: ungate the track by removing management keys
if err := q.DeleteManagementKeysByTrackID(ctx, trackID); err != nil {
return fmt.Errorf("delete management_keys: %w", err)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Return error?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it doesn't error the tx above, but gets logged out higher up. similar to below. that okay? why u up?!

@raymondjacobson raymondjacobson merged commit 1fc90fe into main Mar 6, 2026
4 checks passed
@raymondjacobson raymondjacobson deleted the rj-ungate branch March 6, 2026 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants