Skip to content

Commit

Permalink
added trust-node false
Browse files Browse the repository at this point in the history
  • Loading branch information
scottburch committed Jan 25, 2021
1 parent 9b9252f commit c6c0b2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/crud/client/rest/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ func AccountTxsHandler(cliCtx context.CLIContext) http.HandlerFunc {
const NUM_OF_BLOCKS = 100
const PAGE_SIZE = 100

cliCtx = cliCtx.WithTrustNode(false)

vars := mux.Vars(r)
var response = make([]sdk.TxResponse, 0)

Expand Down

0 comments on commit c6c0b2d

Please sign in to comment.