From 85cdb0cc096cb9c9437bc27d06227ccdd5cbafeb Mon Sep 17 00:00:00 2001 From: sneurlax Date: Wed, 20 Mar 2024 15:33:25 -0500 Subject: [PATCH] Default to using `double.parse` in `electrum_adapter` `catch` with the(ir custom) original `_parseDouble` --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 7b9adb7c9..56a538c7d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -528,8 +528,8 @@ packages: dependency: "direct main" description: path: "." - ref: "2897c6448e131241d4d91fe23fdab83305134225" - resolved-ref: "2897c6448e131241d4d91fe23fdab83305134225" + ref: "9e9441fc1e9ace8907256fff05fe2c607b0933b6" + resolved-ref: "9e9441fc1e9ace8907256fff05fe2c607b0933b6" url: "https://github.com/cypherstack/electrum_adapter.git" source: git version: "3.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index fd19a216e..940682650 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -179,7 +179,7 @@ dependencies: electrum_adapter: git: url: https://github.com/cypherstack/electrum_adapter.git - ref: 2897c6448e131241d4d91fe23fdab83305134225 + ref: 9e9441fc1e9ace8907256fff05fe2c607b0933b6 stream_channel: ^2.1.0 dev_dependencies: