Skip to content

Commit

Permalink
feat: try to patch moonbeam fork
Browse files Browse the repository at this point in the history
  • Loading branch information
beqaabu committed Feb 12, 2025
1 parent d0cdfb2 commit a86ecb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/ext/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use sp_std::vec::Vec;
use evm_tracing_events::{Event, EvmEvent, GasometerEvent, RuntimeEvent, StepEventFilter};

#[runtime_interface]
pub trait MoonbeamExt {
pub trait Creditcoin3Ext {
fn raw_step(&mut self, _data: Vec<u8>) {}

fn raw_gas(&mut self, _data: Vec<u8>) {}
Expand Down

0 comments on commit a86ecb9

Please sign in to comment.