diff --git a/test/functional/feature_dbcrash.py b/test/functional/feature_dbcrash.py index f1aa3961e33..aa2ea729ec5 100755 --- a/test/functional/feature_dbcrash.py +++ b/test/functional/feature_dbcrash.py @@ -184,7 +184,7 @@ class ChainstateWriteCrashTest(BitcoinTestFramework): assert_equal(nodei_utxo_hash, node3_utxo_hash) def generate_small_transactions(self, node, count, utxo_list): - FEE = 1000 # TODO: replace this with node relay fee based calculation + FEE = 1000 num_transactions = 0 random.shuffle(utxo_list) while len(utxo_list) >= 2 and num_transactions < count: