Is there an existing issue for this?
- I have searched the existing issues
Current behaviour
The migratewallet
RPC can create a backup named (something like) -998239328.legacy.bak
. Files starting with a -
are somewhat inconvenient to work with in UNIX, because commands confuse them with a flag, especally when using *
. It’s usually possible to work around this with --
but still, it would be more convenient to use positive numbers only.
Expected behaviour
It would be more convenient to use positive numbers only.
Steps to reproduce
bitcoin-cli migratewallet ""
Relevant log output
N/A
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
v26.0
Operating system and version
Debian Linux
Machine specifications
No response