Flags methods not covered by unit tests

This commit is contained in:
Sergi Delgado Segura
2019-10-21 19:53:34 +01:00
parent 94156a67cc
commit 3afcf9e708
3 changed files with 8 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ class BlockProcessor:
return potential_matches
@staticmethod
# NOTCOVERED
def get_matches(potential_matches, locator_uuid_map, appointments):
matches = []
@@ -89,6 +90,7 @@ class BlockProcessor:
# DISCUSS: This method comes from the Responder and seems like it could go back there.
@staticmethod
# NOTCOVERED
def check_confirmations(txs, unconfirmed_txs, tx_job_map, missed_confirmations):
for tx in txs: