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