Skip to content

Commit 205a26a

Browse files
Compatible group... Include group.
1 parent 3a60c05 commit 205a26a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cardano_clusterlib/compat_alonzo_group.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ def __init__(self, clusterlib_obj: "ClusterLib", base_args: tuple[str, str]) ->
100100
self._clusterlib_obj = clusterlib_obj
101101
self._group_args = (*base_args, "transaction")
102102

103+
#We have only sign-transaction command for now
104+
103105
def signed_transaction(
104106
self,
105107
cli_args: itp.UnpackableSequence,

0 commit comments

Comments
 (0)