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 919e8b3 commit fe64ab2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/lightning/taproot_channel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ class DLC {
}
}

class Channel {
}

class OracleClient {
}

void main() async {
// Initialize LDK and set up the Lightning Network channel
final config = ChannelConfig.defaultConfig();
Expand Down
3 changes: 3 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ version: 1.0.13-beta
description: A pure Dart DLC library
homepage: https://github.com/Horus-Org/dart-dlc

## SDK enviroment
environment:
sdk: '^3.5.0'

# Dependencies for the project
dependencies:
Expand Down

0 comments on commit fe64ab2

Please sign in to comment.