Skip to content

Commit

Permalink
fix: remove removed disable_mocktime
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta authored and Munkybooty committed Mar 8, 2022
1 parent 3cd488a commit f82c23d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion test/functional/feature_dip3_deterministicmns.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def skip_test_if_missing_module(self):
self.skip_if_no_wallet()

def setup_network(self):
self.disable_mocktime()
self.add_nodes(1)
self.start_controller_node()

Expand Down
1 change: 0 additions & 1 deletion test/functional/feature_llmq_is_cl_conflicts.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def on_getdata(self, message):
class LLMQ_IS_CL_Conflicts(DashTestFramework):
def set_test_params(self):
self.set_dash_test_params(4, 3, fast_dip3_enforcement=True)
#disable_mocktime()

def run_test(self):
self.activate_dip8()
Expand Down
1 change: 0 additions & 1 deletion test/functional/feature_sporks.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def set_test_params(self):
self.extra_args = [["-sporkkey=cP4EKFyJsHT39LDqgdcB43Y3YXjNyjb5Fuas1GQSeAtjnZWmZEQK"], [], []]

def setup_network(self):
self.disable_mocktime()
self.setup_nodes()
# connect only 2 first nodes at start
connect_nodes(self.nodes[0], 1)
Expand Down
1 change: 0 additions & 1 deletion test/functional/p2p_leak.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def set_test_params(self):
self.extra_args = [['-banscore=' + str(banscore)]]

def setup_network(self):
self.disable_mocktime()
self.setup_nodes()

def run_test(self):
Expand Down
1 change: 0 additions & 1 deletion test/functional/rpc_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def set_test_params(self):
self.num_nodes = 2

def setup_network(self):
self.disable_mocktime()
self.setup_nodes()
connect_nodes(self.nodes[0], 1)

Expand Down

0 comments on commit f82c23d

Please sign in to comment.