Closed nnkken closed 1 year ago
Also implement ApplicationQueryService for min gas price query (/cosmos/base/node/v1beta1/config in REST API)
ApplicationQueryService
/cosmos/base/node/v1beta1/config
Figured out why the code would panic with ReadFromClientConfig: Viper was not setup in initClientCtx, so it was nil and caused nil pointer panic. Now SDK change is not needed.
ReadFromClientConfig
initClientCtx
nil
Also implement
ApplicationQueryService
for min gas price query (/cosmos/base/node/v1beta1/config
in REST API)