mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Due to custom header usage, only `eth_subscribe` method was returning the new header format in raw format, while other part were using RpcConvert to convert headers. Make `eth_subscribe` newHeads to return the `inner` field (original eth header) instead.
6 lines
110 B
Rust
6 lines
110 B
Rust
pub mod call_forwarder;
|
|
pub mod hl_node_compliance;
|
|
pub mod tx_forwarder;
|
|
pub mod subscribe_fixup;
|
|
mod utils;
|