Skip to content

Commit

Permalink
remove unecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin001 committed Sep 19, 2023
1 parent e689fcc commit 6396795
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/model/transaction/abstract_transaction.dart
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ class AbstractTransaction with TransactionInfo {
bool hasMissingSignatures() =>
height!.toInt() == 0 && transactionHash != merkleComponentHash;

bool isUnannounced() => this == null;

@override
String toString() => _absToString();

Expand Down

0 comments on commit 6396795

Please sign in to comment.