Capitalisk / ldpos-commander

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

transaction sign multisig-transfer default signature directory is not working #40

Closed jondubois closed 3 years ago

jondubois commented 3 years ago

Location directory of the signatures do not use ~ (Default: /home/jon/.local/share/ldpos-commander/signatures/)

Make sure that it creates the directory /home/jon/.local/share/ldpos-commander/signatures/ recursively if it doesn't already exist (similar to mkdir -p).

maarteNNNN commented 3 years ago

Changed prompt to:

CAUTION: Tilde (~) does not work!
Location directory of the signatures to use (Default: ...)

in 30b44b03fdf06ba19ef5ff80fe93c28cf5f25e62

maarteNNNN commented 3 years ago

@jondubois try running ldpos config clean signatures default-path. This will remove the directory's config file. I added the fix in 192ff057f822dffda9ec655afdd44aa3dad0d906 and 11815c3ac351469759c5e2be7088270010c16725