civet148
Results
1
comments of
civet148
panic: invalid Go type math.LegacyDec for field cosmos.mint.v1beta1.QueryInflationResponse.inflation
> fyi: the error is thrown in here: https://github.com/protocolbuffers/protobuf-go/blob/master/internal/impl/convert.go#L142 yes, I tried cosmos-sdk simd in command line ```sh # It's crashed simd query mint inflation --grpc-addr 192.168.1.26:9090 --grpc-insecure ``` ```sh...