[#273] Fix get contracts method

This commit is contained in:
Ilyas Niyazov 2024-07-29 11:14:11 +03:00
parent ceda40c11d
commit 4989356ed0

View file

@ -536,4 +536,4 @@ class ClusterStateController:
shell=cluster_node.host.get_shell(), shell=cluster_node.host.get_shell(),
frostfs_adm_exec_path=FROSTFS_ADM_EXEC, frostfs_adm_exec_path=FROSTFS_ADM_EXEC,
) )
return frostfs_adm.morph.dump_hashes(cluster_node.morph_chain.get_endpoint(), domain_name).stdout return frostfs_adm.morph.dump_hashes(cluster_node.morph_chain.get_http_endpoint(), domain_name).stdout