Skip to content

Commit 385e7a3

Browse files
committed
Make ChainConfig work
1 parent 41493c5 commit 385e7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magicblock-committor-service/src/tasks/account_fetcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ impl AccountFetcher {
1818
let chain_config =
1919
ChainConfig::local(ComputeBudgetConfig::new(1_000_000));
2020

21-
//#[cfg(not(feature = "dev-context-only-utils"))]
21+
#[cfg(not(feature = "dev-context-only-utils"))]
2222
let chain_config = ChainConfig {
2323
rpc_uri: magicblock_config::MagicBlockConfig::parse_config()
2424
.config

0 commit comments

Comments
 (0)