Skip to content

Commit

Permalink
Fix DLC contract
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Nov 22, 2024
1 parent cfb710f commit 61ea16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dlc/contract.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:secp256k1/secp256k1.dart';
import 'package:bitcoinex/bitcoinex.dart' as Bitcoinex;

class Contract {
abstract class Contract {
static const int defaultContractFlags = 0;

int totalCollateral;
Expand Down

0 comments on commit 61ea16d

Please sign in to comment.