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.
InvalidInboxEntry
i64
i32
jsonrpsee
1 parent 8e0ebc6 commit f8aa0dbCopy full SHA for f8aa0db
1 file changed
crates/rpc-types/src/error.rs
@@ -27,7 +27,7 @@ use derive_more;
27
///
28
/// Specs: <https://specs.optimism.io/interop/supervisor.html#protocol-specific-error-codes>
29
#[derive(thiserror::Error, Debug, Clone, Copy, PartialEq, Eq, derive_more::TryFrom)]
30
-#[repr(i64)]
+#[repr(i32)]
31
#[try_from(repr)]
32
pub enum InvalidInboxEntry {
33
// -3204XX DEADLINE_EXCEEDED errors
0 commit comments