CLI: make 'wallet_path' relative to wallets dir
If the wallet_path passed to the RPC is a simple filename, interpret it as relative to the user wallets directory, rather than to the current working directory. This is a breaking change, it might affect existing scripts
This commit is contained in:
@@ -97,6 +97,9 @@
|
||||
* CLI:
|
||||
- The command line help has been improved; parameters are
|
||||
documented in the same docstring as the command they belong to.
|
||||
- If the --wallet parameter passed to a command is a simple filename,
|
||||
it is now interpreted as relative to the users wallets directory,
|
||||
rather than to the current working directory
|
||||
- Plugins may add extra commands to the CLI. Plugin commands must
|
||||
be prefixed with the plugin's internal name
|
||||
- support for hold invoices
|
||||
|
||||
Reference in New Issue
Block a user