mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
add debug logging to electrum_adapter
we try-catch a failure to parse a double that may have significant implications. it seems safe for now, though, and resolves an issue which leads to a "Bad state: client is closed" exception, so I'm just going to investigate via the debug logging for now.
This commit is contained in:
parent
80005221b2
commit
0f8d51657f
2 changed files with 3 additions and 3 deletions
|
@ -528,8 +528,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: "51b7a60e07b0409b361e31da65d98178ee235bed"
|
||||
resolved-ref: "51b7a60e07b0409b361e31da65d98178ee235bed"
|
||||
ref: "8eb1e0f580ac1ef60ca511d8c954a18e950ef39c"
|
||||
resolved-ref: "8eb1e0f580ac1ef60ca511d8c954a18e950ef39c"
|
||||
url: "https://github.com/cypherstack/electrum_adapter.git"
|
||||
source: git
|
||||
version: "3.0.0"
|
||||
|
|
|
@ -176,7 +176,7 @@ dependencies:
|
|||
electrum_adapter:
|
||||
git:
|
||||
url: https://github.com/cypherstack/electrum_adapter.git
|
||||
ref: bd228e3acbc8a2abbe3dd3889d6a7eb8cc94b64c
|
||||
ref: 8eb1e0f580ac1ef60ca511d8c954a18e950ef39c
|
||||
stream_channel: ^2.1.0
|
||||
|
||||
dev_dependencies:
|
||||
|
|
Loading…
Reference in a new issue