We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For the wallet rpc call importwallet it gives the example of the directory path file='/home/home/user/WalletDump'. But the dumpwallet call dumps the wallet info to a specific file of path='/home/user-1/secretfiles/dump1.txt'. The importwallet call needs to pass the dump file in order to work.
importwallet
file='/home/home/user/WalletDump'
dumpwallet
path='/home/user-1/secretfiles/dump1.txt'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For the wallet rpc call
importwallet
it gives the example of the directory pathfile='/home/home/user/WalletDump'
. But thedumpwallet
call dumps the wallet info to a specific file ofpath='/home/user-1/secretfiles/dump1.txt'
. Theimportwallet
call needs to pass the dump file in order to work.The text was updated successfully, but these errors were encountered: