Capitalisk / ldpos-commander

CLI client for LDPoS blockchains
MIT License
3 stars 2 forks source link

The config clean should also reset all the key indexes #52

Closed jondubois closed 3 years ago

jondubois commented 3 years ago

There should also be a config clean key-indexes command.

Right now the key index files are stored inside node_modules/ldpos-client/, it would be better to store them inside a separate folder next to the other config for ldpos-commander - To do this, you can specify a storeDirPath property as an option to the LDPoSClient constructor.

maarteNNNN commented 3 years ago

image @jondubois it passes the value correctly however I'm not seeing any output inside the directory on a sync.

maarteNNNN commented 3 years ago

It's written a file there. So it works.