We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f259f commit 744a2b7Copy full SHA for 744a2b7
ignite/pkg/cosmosclient/rpc.go
@@ -15,6 +15,7 @@ import (
15
// Useful because the original implementation may return JSON errors when the
16
// requested node is busy, which is confusing for the user. With rpcWrapper,
17
// the error is prefixed with 'error while requesting node xxx: JSON error'.
18
+// TODO(tb): we may remove this wrapper once https://github.com/tendermint/tendermint/issues/9312 is fixed.
19
type rpcWrapper struct {
20
rpcclient.Client
21
nodeAddress string
0 commit comments