mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
cargo +nightly fmt
This commit is contained in:
@@ -140,7 +140,9 @@ async fn main() {
|
||||
NetworkId::Bitcoin => "BITCOIN_KEY",
|
||||
NetworkId::Ethereum => "ETHEREUM_KEY",
|
||||
NetworkId::Monero => "MONERO_KEY",
|
||||
}) else { continue };
|
||||
}) else {
|
||||
continue;
|
||||
};
|
||||
|
||||
register_service(Service::Processor(network), key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user