File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ def get_token_list_from_address(self, address):
60
60
def get_stake_pool_id (self , cold_vkey_file , cold_vkey = None ):
61
61
logger .info ("Getting Stake Pool Id" )
62
62
if cold_vkey :
63
- cmd = f'{ self .cli } stake-pool id --stake-pool-verification-key { cold_vkey } --output-format "hex"'
63
+ cmd = f'{ self .cli } latest stake-pool id --stake-pool-verification-key { cold_vkey } --output-format "hex"'
64
64
else :
65
- cmd = f'{ self .cli } stake-pool id --cold-verification-key-file { cold_vkey_file } --output-format "hex"'
65
+ cmd = f'{ self .cli } latest stake-pool id --cold-verification-key-file { cold_vkey_file } --output-format "hex"'
66
66
result = self .run_command .run (cmd )
67
67
if result .stderr :
68
68
logger .error (result .stderr )
You can’t perform that action at this time.
0 commit comments