Closed cmichi closed 2 years ago
We often have people reporting issues which come from them starting ./substrate-contracts-node without any --dev parameter.
./substrate-contracts-node
--dev
Since the idea of this node is to make it easy to test and develop stuff we should make --dev the default behavior.
We often have people reporting issues which come from them starting
./substrate-contracts-node
without any--dev
parameter.Since the idea of this node is to make it easy to test and develop stuff we should make
--dev
the default behavior.