Skip to content

Commit

Permalink
Fix chain
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Oct 11, 2024
1 parent f473030 commit 8ac2134
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/dlc/chain.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'dart:typed_data';
import 'package:dart_bitcoin:chain:data';
import 'package:dart_bitcoin';

class Chain {
static Uint8List chainHash(String network) {
Expand Down Expand Up @@ -32,3 +32,7 @@ void main() {
Uint8List hash = ExFactoChain.chainHash(network);
print('Chain Hash: ${hash}');
}

class ExFactoChain {
static Uint8List chainHash(String network) {}
}

0 comments on commit 8ac2134

Please sign in to comment.