Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
h5law committed Nov 15, 2023
1 parent d83c1e7 commit e58c848
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pkg/appgateserver/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,7 @@ func newSupplyQueryClientContextFn(pocketQueryClientUrl string) config.SupplierF
return nil, err
}

// NB: Currently, the implementations of GetClientTxContext() and
// GetClientQueryContext() are identical, allowing for their interchangeable
// use in both querying and transaction operations. However, in order to support
// independent configuration of client contexts for distinct querying and
// transacting purposes. E.g.: transactions are dispatched to the sequencer
// while queries are handled by a trusted full-node.
// Get the client context from the command.
queryClientCtx, err := cosmosclient.GetClientQueryContext(cmd)
if err != nil {
return nil, err
Expand Down

0 comments on commit e58c848

Please sign in to comment.