rm http
This commit is contained in:
parent
139dc934dd
commit
3e56179913
|
@ -13,7 +13,7 @@ pub type WireTransaction = Vec<u8>;
|
|||
#[from_env]
|
||||
pub const DEFAULT_RPC_ADDR: &str = "http://127.0.0.1:8899";
|
||||
#[from_env]
|
||||
pub const DEFAULT_LITE_RPC_ADDR: &str = "http://127.0.0.1:8890";
|
||||
pub const DEFAULT_LITE_RPC_ADDR: &str = "127.0.0.1:8890";
|
||||
#[from_env]
|
||||
pub const DEFAULT_WS_ADDR: &str = "ws://127.0.0.1:8900";
|
||||
#[from_env]
|
||||
|
|
Loading…
Reference in New Issue