koinos / koinos-p2p

The p2p microservice orchestrates the distribution of blocks and transactions between peers.
MIT License
6 stars 4 forks source link

Instance ID does not respect yaml config #89

Closed mvandeberg closed 3 years ago

mvandeberg commented 3 years ago

In c++ microservices, the instance id can be overwritten by the yaml config.

P2P currently only accepts an instance ID via command line arguments.