mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: make trace builder ctrs public (#5672)
This commit is contained in:
@ -24,7 +24,7 @@ pub struct GethTraceBuilder {
|
||||
|
||||
impl GethTraceBuilder {
|
||||
/// Returns a new instance of the builder
|
||||
pub(crate) fn new(nodes: Vec<CallTraceNode>, _config: TracingInspectorConfig) -> Self {
|
||||
pub fn new(nodes: Vec<CallTraceNode>, _config: TracingInspectorConfig) -> Self {
|
||||
Self { nodes, _config }
|
||||
}
|
||||
|
||||
|
||||
@ -32,7 +32,7 @@ pub struct ParityTraceBuilder {
|
||||
|
||||
impl ParityTraceBuilder {
|
||||
/// Returns a new instance of the builder
|
||||
pub(crate) fn new(
|
||||
pub fn new(
|
||||
nodes: Vec<CallTraceNode>,
|
||||
spec_id: Option<SpecId>,
|
||||
_config: TracingInspectorConfig,
|
||||
|
||||
Reference in New Issue
Block a user