mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-13 00:56:22 +00:00
* Update Main.tsx (#367) Change in line 155 old: setBaseUrl(`http://${host}`); new: setBaseUrl(`${location.protocol}://${host}`); Co-authored-by: Nailuj2000 <irc@extralab.net> * Fix typo url --------- Co-authored-by: Nailuj2000 <irc@extralab.net>