Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLM committed Aug 16, 2023
1 parent 4e906a7 commit 51c0b7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions coinlib/lib/src/tx/transaction.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ import 'package:coinlib/src/crypto/hash.dart';
import 'package:coinlib/src/scripts/operations.dart';
import 'package:coinlib/src/scripts/programs/p2pkh.dart';
import 'package:coinlib/src/scripts/script.dart';
import 'p2pkh_input.dart';
import 'p2sh_multisig_input.dart';
import 'p2wpkh_input.dart';
import 'pkh_input.dart';
import 'sighash_type.dart';
import 'input.dart';
Expand Down

0 comments on commit 51c0b7f

Please sign in to comment.