Skip to content

Commit 0eb22e4

Browse files
Compatible group... Include group.
1 parent cfce55b commit 0eb22e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano_clusterlib/compat_alonzo_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def __init__(self, clusterlib_obj: "ClusterLib", base_args: tuple[str, str]) ->
9595
9696
Args:
9797
clusterlib_obj: Main ClusterLib instance.
98-
group_args: Fixed CLI prefix, e.g. ("compatible", "alonzo").
98+
base_args: Fixed CLI prefix, e.g. ("compatible", "alonzo").
9999
"""
100100
self._clusterlib_obj = clusterlib_obj
101101
self._group_args = (*base_args, "transaction") # corrected: append “transaction” here

0 commit comments

Comments
 (0)