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:
sneurlax 2024-02-19 12:52:22 -06:00
parent 80005221b2
commit 0f8d51657f
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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: