8000 refactor: move some utils to utils, remove an rpc call by Evalir · Pull Request #110 · init4tech/builder · GitHub
[go: up one dir, main page]

Skip to content

refactor: move some utils to utils, remove an rpc call #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 16, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fmt
  • Loading branch information
dylanlott authored and Evalir committed Jun 16, 2025
commit da4dd5734e5893da9cba7a2466c3233ea62a3e0b
2 changes: 1 addition & 1 deletion bin/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async fn main() -> eyre::Result<()> {
zenith,
quincey,
config: config.clone(),
constants: constants,
constants,
outbound_tx_channel: tx_channel,
host_provider: host_provider.clone(),
};
Expand Down
0