mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 10:34:32 +00:00
Default to using double.parse
in electrum_adapter
`catch` with the(ir custom) original `_parseDouble`
This commit is contained in:
parent
2996b98230
commit
85cdb0cc09
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: "2897c6448e131241d4d91fe23fdab83305134225"
|
ref: "9e9441fc1e9ace8907256fff05fe2c607b0933b6"
|
||||||
resolved-ref: "2897c6448e131241d4d91fe23fdab83305134225"
|
resolved-ref: "9e9441fc1e9ace8907256fff05fe2c607b0933b6"
|
||||||
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"
|
||||||
|
|
|
@ -179,7 +179,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: 2897c6448e131241d4d91fe23fdab83305134225
|
ref: 9e9441fc1e9ace8907256fff05fe2c607b0933b6
|
||||||
stream_channel: ^2.1.0
|
stream_channel: ^2.1.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|
Loading…
Reference in a new issue