We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d888ce1 commit e585fbcCopy full SHA for e585fbc
docs/ibc/relayer.md
@@ -27,7 +27,7 @@ a module event emission with the attribute value `ibc_<submodulename>` (02-clien
27
28
### Subscribing with Tendermint
29
30
-Calling the Tendermint RPC method `Subscribe` via [Tendermint's Websocket](https://docs.tendermint.com/v0.35/rpc/) will return events using
+Calling the Tendermint RPC method `Subscribe` via [Tendermint's Websocket](https://docs.tendermint.com/main/rpc/) will return events using
31
Tendermint's internal representation of them. Instead of receiving back a list of events as they
32
were emitted, Tendermint will return the type `map[string][]string` which maps a string in the
33
form `<event_type>.<attribute_key>` to `attribute_value`. This causes extraction of the event
0 commit comments