Update main.rs

[noci]
This commit is contained in:
Gav Wood 2016-03-12 19:22:38 +01:00
parent 89986ec0e0
commit e85a2f3804

View File

@ -506,7 +506,9 @@ impl Configuration {
sync.clone(), sync.clone(),
account_service.clone(), account_service.clone(),
miner.clone(), miner.clone(),
&url, cors, apis.split(',').collect() &url,
cors,
apis.split(',').collect()
); );
if let Some(handler) = server_handler { if let Some(handler) = server_handler {
panic_handler.forward_from(handler.deref()); panic_handler.forward_from(handler.deref());