Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Maelkum committed Jan 7, 2024
1 parent 639e800 commit 613c95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/head_execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/blocklessnetwork/b7s/models/response"
)

// TODO: Check - head node really accepts execution requests from the REST API. Should this message handling be cognizant of `topics`?
// NOTE: head node typically receives execution requests from the REST API. This message handling is not cognizant of subgroups.
func (n *Node) headProcessExecute(ctx context.Context, from peer.ID, payload []byte) error {

// Unpack the request.
Expand Down

0 comments on commit 613c95d

Please sign in to comment.