CityOfZion / neo-local

Personal blockchain for NEO dApp development!
MIT License
52 stars 26 forks source link

Add missing neo-python config value #48

Closed revett closed 6 years ago

revett commented 6 years ago

Fixes #44 🎉

Problem

v0.7.8 of neo-python added a new required field to the configuration file of the notifications-server.

This is missing from the JSON config file in this project.

Solution

Add AcceptIncomingPeers to config file.

Notes