Skip to content

Commit 4a1adef

Browse files
Include get stake pool vote
1 parent 72fc598 commit 4a1adef

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

cardano_clusterlib/query_group.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -723,10 +723,10 @@ def __repr__(self) -> str:
723723
return f"<{self.__class__.__name__}: clusterlib_obj={id(self._clusterlib_obj)}>"
724724

725725
def get_stake_pool_default_vote(
726-
self,
727-
spo_vkey: str = "",
728-
spo_vkey_file: itp.FileType | None = None,
729-
spo_key_hash: str = "",
726+
self,
727+
spo_vkey: str = "",
728+
spo_vkey_file: itp.FileType | None = None,
729+
spo_key_hash: str = "",
730730
) -> str:
731731
"""Get the default governance vote setting for a stake pool."""
732732
if spo_vkey:
@@ -747,4 +747,3 @@ def get_stake_pool_default_vote(
747747
except Exception:
748748
return raw_output.strip('"')
749749
return raw_output
750-

0 commit comments

Comments
 (0)