First-run wallet creatorator (v0.7.0) #24
@ -59,7 +59,7 @@
|
|||||||
Reason :: bad_url.
|
Reason :: bad_url.
|
||||||
|
|
||||||
parse(URL) ->
|
parse(URL) ->
|
||||||
case uri_string:parse(URL) of
|
case uri_string:parse(string:trim(URL)) of
|
||||||
#{path := "/1/s/" ++ R, host := H, query := Q, scheme := "grids"} ->
|
#{path := "/1/s/" ++ R, host := H, query := Q, scheme := "grids"} ->
|
||||||
spend(R, chain, list_to_binary(H), Q);
|
spend(R, chain, list_to_binary(H), Q);
|
||||||
#{path := "/1/s/" ++ R, host := H, query := Q, scheme := "grid"} ->
|
#{path := "/1/s/" ++ R, host := H, query := Q, scheme := "grid"} ->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user