Skip to content

Commit

Permalink
Add task for TODO
Browse files Browse the repository at this point in the history
Signed-off-by: deniallugo <[email protected]>
  • Loading branch information
Deniallugo committed Dec 3, 2021
1 parent 156c507 commit 81a8e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bin/zksync_api/src/api_server/rest/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pub fn start_server_thread_detached(
let _panic_sentinel = ThreadPanicNotify(panic_sender.clone());

actix_rt::System::new().block_on(async move {
// TODO remove this config
// TODO remove this config ZKS-815
let config = ZkSyncConfig::from_env();

let api_v01 = ApiV01::new(connection_pool, contract_address, private_url, config);
Expand Down

0 comments on commit 81a8e94

Please sign in to comment.