mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
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:
parent
fd3bac27eb
commit
ea780a03e4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue