Skip to content

Commit

Permalink
Update taproot_channel.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Jan 26, 2024
1 parent 85afc6f commit d4a1072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/lightning/taproot_channel.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:ldk_node/ldk_node.dart'; // Import the LDK Node package or the appropriate Dart LDK package
import 'package:oracle_client/oracle_client.dart'; // Import your custom Oracle client library
import 'package:ldk_node/ldk_node.dart';
import 'package:oracle_client/oracle_client.dart';

class DLC {
final OracleClient oracle;
Expand Down

0 comments on commit d4a1072

Please sign in to comment.