Skip to content

Commit 9444c62

Browse files
authored
Update ScriptArgs::preprocess() visibility to pub (#8524)
update preprocess visibility
1 parent 4845380 commit 9444c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/script/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ pub struct ScriptArgs {
195195
}
196196

197197
impl ScriptArgs {
198-
async fn preprocess(self) -> Result<PreprocessedState> {
198+
pub async fn preprocess(self) -> Result<PreprocessedState> {
199199
let script_wallets =
200200
ScriptWallets::new(self.wallets.get_multi_wallet().await?, self.evm_opts.sender);
201201

0 commit comments

Comments
 (0)