mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 03:06:29 +00:00
electrum_adapter: use new inputStream and outputStream
This commit is contained in:
parent
d44a8ea077
commit
314012d013
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: "7e5d62c2fb211b97db5ca255021de04392a59b91"
|
ref: cd61fddcff5cdd6fd1fa16c0568f21340f8d8232
|
||||||
resolved-ref: "7e5d62c2fb211b97db5ca255021de04392a59b91"
|
resolved-ref: cd61fddcff5cdd6fd1fa16c0568f21340f8d8232
|
||||||
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: 7e5d62c2fb211b97db5ca255021de04392a59b91
|
ref: cd61fddcff5cdd6fd1fa16c0568f21340f8d8232
|
||||||
stream_channel: ^2.1.0
|
stream_channel: ^2.1.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|
Loading…
Reference in a new issue