From 919e8b3a2f8953521dde49b77ee5de1778b861a7 Mon Sep 17 00:00:00 2001 From: 223880 Date: Mon, 16 Sep 2024 10:12:11 -0300 Subject: [PATCH] Fix --- lib/dlc/script.dart | 2 +- pubspec.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/dlc/script.dart b/lib/dlc/script.dart index d102867..fa524fd 100644 --- a/lib/dlc/script.dart +++ b/lib/dlc/script.dart @@ -1,4 +1,4 @@ -import 'package::bitcoin_library/script.dart'; +import 'package:bitcoin_library/script.dart'; void main() { final privateKey = Uint8List.fromList([/* your private key bytes */]); diff --git a/pubspec.yaml b/pubspec.yaml index 0593b13..d8f565b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,9 +3,6 @@ version: 1.0.13-beta description: A pure Dart DLC library homepage: https://github.com/Horus-Org/dart-dlc -# Version of the Dart SDK this project works with -environment: - sdk: '3.5.3' # You can adjust the lower bound based on the features used # Dependencies for the project dependencies: