This repository was archived by the owner on Sep 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " avalanche-types"
3- version = " 0.0.393 " # https://crates.io/crates/avalanche-types
3+ version = " 0.0.394 " # https://crates.io/crates/avalanche-types
44edition = " 2021"
55rust-version = " 1.69" # use "rustup override set stable" to overwrite current toolchain
66publish = true
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ pub async fn alias_chain(
2424
2525 let u = if let Some ( scheme) = scheme {
2626 if let Some ( port) = port {
27- format ! ( "{scheme}://{host}:{port}/ext/info " )
27+ format ! ( "{scheme}://{host}:{port}/ext/admin " )
2828 } else {
29- format ! ( "{scheme}://{host}/ext/info " )
29+ format ! ( "{scheme}://{host}/ext/admin " )
3030 }
3131 } else {
32- format ! ( "http://{host}/ext/info " )
32+ format ! ( "http://{host}/ext/admin " )
3333 } ;
3434 log:: info!( "getting network name for {u}" ) ;
3535
You can’t perform that action at this time.
0 commit comments