MCPcopy Create free account
hub / github.com/ElementsProject/elements / softfork_active

Function softfork_active

test/functional/test_framework/util.py:472–474  ·  view source on GitHub ↗

Return whether a softfork is active.

(node, key)

Source from the content-addressed store, hash-verified

470
471
472def softfork_active(node, key):
473 """Return whether a softfork is active."""
474 return node.getdeploymentinfo()['deployments'][key]['active']
475
476
477def set_node_times(nodes, t):

Callers 8

run_testMethod · 0.90
run_testMethod · 0.90
activateCSVMethod · 0.90
run_testMethod · 0.90
func_wrapperFunction · 0.90
run_testMethod · 0.90

Calls

no outgoing calls

Tested by 1