Skip to content

Commit 744a2b7

Browse files
authored
add TODO about wrapper removal condition
1 parent 83f259f commit 744a2b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ignite/pkg/cosmosclient/rpc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import (
1515
// Useful because the original implementation may return JSON errors when the
1616
// requested node is busy, which is confusing for the user. With rpcWrapper,
1717
// 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.
1819
type rpcWrapper struct {
1920
rpcclient.Client
2021
nodeAddress string

0 commit comments

Comments
 (0)