Skip to content

Commit

Permalink
remove rebase artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
glevco committed Jun 9, 2023
1 parent c7639d2 commit 1c41040
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hathor/transaction/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ def calculate_min_height(self) -> int:
self._calculate_my_min_height(),
)

def calculate_feature_activation_bit_counts(self) -> Optional[list[int]]:
"""Returns None, as Transactions do not have the feature_activation_bit_counts metadata attribute."""
return None

def _calculate_inherited_min_height(self) -> int:
""" Calculates min height inherited from any input or parent"""
assert self.storage is not None
Expand Down

0 comments on commit 1c41040

Please sign in to comment.