We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41493c5 commit 385e7a3Copy full SHA for 385e7a3
magicblock-committor-service/src/tasks/account_fetcher.rs
@@ -18,7 +18,7 @@ impl AccountFetcher {
18
let chain_config =
19
ChainConfig::local(ComputeBudgetConfig::new(1_000_000));
20
21
- //#[cfg(not(feature = "dev-context-only-utils"))]
+ #[cfg(not(feature = "dev-context-only-utils"))]
22
let chain_config = ChainConfig {
23
rpc_uri: magicblock_config::MagicBlockConfig::parse_config()
24
.config
0 commit comments