mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
chore: make BuildOutcome::map_payload pub (#16636)
This commit is contained in:
@@ -726,7 +726,7 @@ impl<Payload> BuildOutcome<Payload> {
|
||||
}
|
||||
|
||||
/// Applies a fn on the current payload.
|
||||
pub(crate) fn map_payload<F, P>(self, f: F) -> BuildOutcome<P>
|
||||
pub fn map_payload<F, P>(self, f: F) -> BuildOutcome<P>
|
||||
where
|
||||
F: FnOnce(Payload) -> P,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user