Skip to content

Commit

Permalink
address review: TODO for stateless ring constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
adshmh committed Jun 26, 2024
1 parent 303d856 commit aa4036d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ type ApplicationRing struct {
// GetRing returns the ring for the application.
// The ring is created using the application's public key and the public keys of
// the gateways that are currently delegated from the application.
//
// TODO_IMPROVE: use a stateless ring constructor from poktroll once available.
func (a ApplicationRing) GetRing(
ctx context.Context,
queryHeight uint64,
Expand Down

0 comments on commit aa4036d

Please sign in to comment.