Skip to content

Commit

Permalink
debug print line
Browse files Browse the repository at this point in the history
  • Loading branch information
riley-stride committed Jul 13, 2023
1 parent fc84876 commit eeaa85e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion x/staking/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ $ %s query staking all-tokenize-share-records
}

flags.AddQueryFlagsToCmd(cmd)
flags.AddPaginationFlagsToCmd(cmd, "delegations")
flags.AddPaginationFlagsToCmd(cmd, "tokenize share records")

return cmd
}
Expand Down Expand Up @@ -950,6 +950,9 @@ $ %s query staking last-tokenize-share-record-id
return err
}

// log a dummy print statement to check we're propagating to dockernet
fmt.Println("lalala")

return clientCtx.PrintProto(res)
},
}
Expand Down

0 comments on commit eeaa85e

Please sign in to comment.