harmhazard / walletudo

Monero wallet server.
https://walletudo.com
MIT License
0 stars 0 forks source link

Remove "filename" param from wallet.init RPC method #5

Closed dnbsd closed 3 months ago

dnbsd commented 3 months ago

One instance of walletudo can administer just one wallet at a time. Make this clear by having the filename (or wallet name) configurable through command-line options.

  1. Add "--wallet-filename" option.
  2. Remove "filename" parameter from wallet.init.