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: