update electrum_adapter to respect sslEnabled flag

instead of checking if the host ends in ".onion", we should handle SSL some other way so that .onion nodes don't immediately cail their calls.
This commit is contained in:
sneurlax 2024-06-23 01:56:05 -05:00
parent fd3bac27eb
commit ea780a03e4

View file

@ -175,7 +175,7 @@ dependencies:
electrum_adapter:
git:
url: https://github.com/cypherstack/electrum_adapter.git
ref: 0a3a447a0dbcf5c3c74fcb5b4ef7f75ab49fde07
ref: 6f17558259324542647c9795e68ea70a71330110
stream_channel: ^2.1.0
solana:
git: # TODO [prio=low]: Revert to official package once Tor support is merged upstream.