Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Sep 13, 2024
1 parent b8ea989 commit 6519e91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/lightning/lightning.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class DLC {
// Continuously monitor the Oracle for updates
// Verify Oracle data signatures
// Update the contract state based on Oracle data
await oracle.updateContractState(/* Oracle data */);
}

Future<void> executeContract() async {
Expand Down

0 comments on commit 6519e91

Please sign in to comment.