Skip to content

Commit 3a60c05

Browse files
Compatible group... Include group.
1 parent 0eb22e4 commit 3a60c05

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
@@ -98,7 +98,7 @@ def __init__(self, clusterlib_obj: "ClusterLib", base_args: tuple[str, str]) ->
9898
base_args: Fixed CLI prefix, e.g. ("compatible", "alonzo").
9999
"""
100100
self._clusterlib_obj = clusterlib_obj
101-
self._group_args = (*base_args, "transaction") # corrected: append “transaction” here
101+
self._group_args = (*base_args, "transaction")
102102

103103
def signed_transaction(
104104
self,

0 commit comments

Comments
 (0)