swapper-org / NodeChain

Nodechain is a service that allows you to create nodes on a blockchain and connect to them natively through APIs. The goal is to allow the user to build their own nodes natively without having to rely on external services.
MIT License
7 stars 5 forks source link

[Startup script] 'Namespace' object has no attribute 'func' #176

Open bridgedragon opened 2 years ago

bridgedragon commented 2 years ago

Issue

When executing: `./nodechain.py -t xxx -n xxx -p xxx -sp xxx -b "xxx"

It throws the following exception:

./nodechain.py -t eth -n infura-mainnet -p 3001 -sp 3002 -b "/dev/null" Traceback (most recent call last): File "./nodechain.py", line 564, in <module> args = argumentHandler() File "./nodechain.py", line 176, in argumentHandler args.func(args) AttributeError: 'Namespace' object has no attribute 'func'

It should be handled.