From 543b47497f6678730c57df1f873c20b3f33d783b Mon Sep 17 00:00:00 2001 From: sneurlax Date: Mon, 12 Feb 2024 16:36:27 -0600 Subject: [PATCH] Removed submodule electrum_adapter and update lock --- .gitmodules | 5 +---- electrum_adapter | 1 - pubspec.lock | 8 +++++--- pubspec.yaml | 4 +++- 4 files changed, 9 insertions(+), 9 deletions(-) delete mode 160000 electrum_adapter diff --git a/.gitmodules b/.gitmodules index 92fc72b5e..95b02e580 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,7 +6,4 @@ url = https://github.com/cypherstack/flutter_libmonero.git [submodule "crypto_plugins/flutter_liblelantus"] path = crypto_plugins/flutter_liblelantus - url = https://github.com/cypherstack/flutter_liblelantus.git -[submodule "electrum_adapter"] - path = electrum_adapter - url = https://github.com/cypherstack/electrum_adapter + url = https://github.com/cypherstack/flutter_liblelantus.git \ No newline at end of file diff --git a/electrum_adapter b/electrum_adapter deleted file mode 160000 index 89dae750e..000000000 --- a/electrum_adapter +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 89dae750e1c9457c13db6a0103a48615154579e8 diff --git a/pubspec.lock b/pubspec.lock index 3506e1d2e..1f438f2bb 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -527,9 +527,11 @@ packages: electrum_adapter: dependency: "direct main" description: - path: electrum_adapter - relative: true - source: path + path: "." + ref: "2bffd84753d2c37503d0626c1b74706f63bc91bf" + resolved-ref: "2bffd84753d2c37503d0626c1b74706f63bc91bf" + url: "https://github.com/cypherstack/electrum_adapter.git" + source: git version: "3.0.0" emojis: dependency: "direct main" diff --git a/pubspec.yaml b/pubspec.yaml index f0f099737..222a04801 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -174,7 +174,9 @@ dependencies: path: coinlib_flutter ref: 376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7 electrum_adapter: - path: electrum_adapter + git: + url: https://github.com/cypherstack/electrum_adapter.git + ref: 2bffd84753d2c37503d0626c1b74706f63bc91bf dev_dependencies: flutter_test: