Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Nov 4, 2024
1 parent 921de98 commit f51f27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dlc/script.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:bitcoin_library/script.dart';

void main() {
void main(dynamic scriptMessage) {
final privateKey = Uint8List.fromList([/* your private key bytes */]);
final message = Uint8List.fromList([/* your message bytes */]);
final signature = signMessage(privateKey, message);
Expand Down

0 comments on commit f51f27a

Please sign in to comment.