Skip to content

Commit

Permalink
Merge pull request #44 from proximax-storage/bug-fix
Browse files Browse the repository at this point in the history
remove unecessary code
  • Loading branch information
anakin001 authored Sep 19, 2023
2 parents 5e5aba9 + 6396795 commit 3d97359
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 3d97359

Please sign in to comment.