Skip to content

Commit 7da3cb1

Browse files
authored
Enable known operator features in default start_network nodes (#7642)
1 parent 21d5180 commit 7da3cb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/start_network.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ def run(args):
5454
),
5555
)
5656

57+
interface.enabled_operator_features = ["SnapshotRead", "LedgerChunkRead"]
58+
5759
hosts.append(
5860
infra.interfaces.HostSpec(
5961
rpc_interfaces={infra.interfaces.PRIMARY_RPC_INTERFACE: interface}

0 commit comments

Comments
 (0)