File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ a module event emission with the attribute value `ibc_<submodulename>` (02-clien
2727
2828### Subscribing with Tendermint
2929
30- Calling the Tendermint RPC method ` Subscribe ` via [ Tendermint's Websocket] ( https://docs.tendermint.com/v0.35 /rpc/ ) will return events using
30+ Calling the Tendermint RPC method ` Subscribe ` via [ Tendermint's Websocket] ( https://docs.tendermint.com/main /rpc/ ) will return events using
3131Tendermint's internal representation of them. Instead of receiving back a list of events as they
3232were emitted, Tendermint will return the type ` map[string][]string ` which maps a string in the
3333form ` <event_type>.<attribute_key> ` to ` attribute_value ` . This causes extraction of the event
You can’t perform that action at this time.
0 commit comments