Commit d12b1f07 authored by catShaark's avatar catShaark
Browse files

debugging code

parent 4a8f8b1d
Showing with 4 additions and 0 deletions
+4 -0
......@@ -142,6 +142,10 @@ func init() {
g.RegisterQueryReponse((*twapquerytypes.QueryServer)(nil))
g.GRPCQueriesInfo2StargateWhitelist()
stargateWhitelist.Range(func(key, value any) bool {
fmt.Println(key, reflect.TypeOf(value.(codec.ProtoMarshaler)).String())
return true
})
}
// GetWhitelistedQuery returns the whitelisted query at the provided path.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment