dashevo / dashmate

DEPRECATED Distribution package for Dash Masternode installation
MIT License
11 stars 12 forks source link

fix: error running status command on seed node #424

Closed strophy closed 3 years ago

strophy commented 3 years ago

Issue being fixed or feature implemented

359

dashmate group:status returns DockerComposeError: Docker Compose error: No such service: drive_tenderdash when running against a local network. This is because the local seed node does not run platform chain.

What was done?

Add condition checks to the group status command so they do not run against the seed node.

How Has This Been Tested?

Locally

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only