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 b3ee87d commit 04447d6Copy full SHA for 04447d6
crates/common/src/abi.rs
@@ -110,7 +110,7 @@ pub fn get_event(sig: &str) -> Result<Event> {
110
111
/// Given an error signature string, it tries to parse it as a `Error`
112
pub fn get_error(sig: &str) -> Result<Error> {
113
- Error::parse(sig).wrap_err("could not parse event signature")
+ Error::parse(sig).wrap_err("could not parse error signature")
114
}
115
116
/// Given an event without indexed parameters and a rawlog, it tries to return the event with the
0 commit comments