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 8b19cb4 commit 1f38ca4Copy full SHA for 1f38ca4
src/lib.rs
@@ -32,4 +32,4 @@ mod payload;
32
pub use payload::*;
33
34
mod selection;
35
-pub use selection::*;
+pub use selection::*;
src/payload.rs
@@ -22,7 +22,7 @@ impl OpExecutionPayloadEnvelope {
22
OpExecutionPayloadEnvelope::V4(_) => PayloadVersion::V4,
23
}
24
25
-
+
26
pub fn gas_used(&self) -> u64 {
27
match self {
28
OpExecutionPayloadEnvelope::V3(payload) => {
0 commit comments