We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
start_network
1 parent 21d5180 commit 7da3cb1Copy full SHA for 7da3cb1
1 file changed
tests/start_network.py
@@ -54,6 +54,8 @@ def run(args):
54
),
55
)
56
57
+ interface.enabled_operator_features = ["SnapshotRead", "LedgerChunkRead"]
58
+
59
hosts.append(
60
infra.interfaces.HostSpec(
61
rpc_interfaces={infra.interfaces.PRIMARY_RPC_INTERFACE: interface}
0 commit comments