Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Sep 16, 2024
1 parent 7a6de06 commit 919e8b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion lib/dlc/script.dart
Original file line number Diff line number Diff line change
@@ -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 */]);
Expand Down
3 changes: 0 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 919e8b3

Please sign in to comment.