kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a Beta version at the final testing phases.
ISC License
350 stars 105 forks source link

Set the default Args appdir to None #432

Closed coderofstuff closed 2 months ago

coderofstuff commented 2 months ago

With the change from #429 the defaults are now used whenever no value is passed to cli args.

appdir default value used to not matter, but now if it's set to Some("datadir") it makes the datadir be inside the current directory - as opposed to the original behavior of it being in ~/.rusty-kaspa