Closed pcbreflux closed 2 years ago
Produces an Error message for every uri:
"message": "Error parsing URI: URI has wrong scheme (expected \"equilibria:\"):
Line 13469:
if (uri.substr(0, 7) != "equilibria:")
should be
if (uri.substr(0, 11) != "equilibria:")
to fit the whole string "equilibria:"
(from original code ... if (uri.substr(0, 7) != "monero:"))
Thanks! Fixed in #82
Produces an Error message for every uri:
"message": "Error parsing URI: URI has wrong scheme (expected \"equilibria:\"):
Line 13469:
should be
to fit the whole string "equilibria:"
(from original code ... if (uri.substr(0, 7) != "monero:"))