Skip to content

Commit

Permalink
Fix fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
artemii235 committed Apr 7, 2021
1 parent 4d0a18e commit 335e5b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mm2src/lp_native_dex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ use common::privkey::key_pair_from_seed;
use common::{slurp_url, MM_DATETIME, MM_VERSION};

const IP_PROVIDERS: [&str; 2] = ["http://checkip.amazonaws.com/", "http://api.ipify.org"];
const NETID_7777_SEEDNODES: [&str; 3] = ["seed1.defimania.live:0", "seed2.defimania.live:0", "seed3.defimania.live:0"];
const NETID_7777_SEEDNODES: [&str; 3] = [
"seed1.defimania.live:0",
"seed2.defimania.live:0",
"seed3.defimania.live:0",
];

pub fn lp_ports(netid: u16) -> Result<(u16, u16, u16), String> {
const LP_RPCPORT: u16 = 7783;
Expand Down

0 comments on commit 335e5b5

Please sign in to comment.