mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-22 15:19:11 +00:00
electrum_adapter: fix tor/SOCKSSocket connection issue
This commit is contained in:
parent
f8d64218f2
commit
d94b474eec
2 changed files with 3 additions and 3 deletions
|
@ -528,8 +528,8 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "8eb1e0f580ac1ef60ca511d8c954a18e950ef39c"
|
ref: "9b6828bf3ee7ea90228a8c82b8c805d36568ba33"
|
||||||
resolved-ref: "8eb1e0f580ac1ef60ca511d8c954a18e950ef39c"
|
resolved-ref: "9b6828bf3ee7ea90228a8c82b8c805d36568ba33"
|
||||||
url: "https://github.com/cypherstack/electrum_adapter.git"
|
url: "https://github.com/cypherstack/electrum_adapter.git"
|
||||||
source: git
|
source: git
|
||||||
version: "3.0.0"
|
version: "3.0.0"
|
||||||
|
|
|
@ -176,7 +176,7 @@ dependencies:
|
||||||
electrum_adapter:
|
electrum_adapter:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/cypherstack/electrum_adapter.git
|
url: https://github.com/cypherstack/electrum_adapter.git
|
||||||
ref: 8eb1e0f580ac1ef60ca511d8c954a18e950ef39c
|
ref: 9b6828bf3ee7ea90228a8c82b8c805d36568ba33
|
||||||
stream_channel: ^2.1.0
|
stream_channel: ^2.1.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|
Loading…
Reference in a new issue