adm/morph: add NNS address display #1430

Merged
fyrchik merged 1 commit from achuprov/frostfs-node:adm-nns_addr into master 2024-10-15 13:56:38 +00:00

View file

@ -166,5 +166,6 @@ func DeployNNS(c *InitializeContext, method string) error {
return fmt.Errorf("can't send deploy transaction: %w", err) return fmt.Errorf("can't send deploy transaction: %w", err)
} }
c.Command.Println("NNS hash:", invokeHash.StringLE())
fyrchik marked this conversation as resolved Outdated

NNS hash:

NNS hash:
return c.AwaitTx() return c.AwaitTx()
} }