cosmos / ibc-rs

Rust implementation of the Inter-Blockchain Communication (IBC) protocol.
Apache License 2.0
197 stars 79 forks source link

fix(ics04): packet receive event type identifier #1179

Closed penso closed 5 months ago

penso commented 5 months ago

Closes: #1180

Description

Followup speaking with @rnbguy about a wrong event name I noticed while looking at optionally using ibc-rs for my Cosmos indexer, so it matches the go implementation


PR author checklist:

Reviewer checklist:

rnbguy commented 4 months ago

Related to #374