monero
monero copied to clipboard
error creating wallet via RPC
the wallet files are not created in the wallet-dir location when use the curl command of create_wallet in the terminal. but the response said
{ "id": "0", "jsonrpc": "2.0", "result": { } }
so you're starting your monero rpc with --wallet-dir
(full path) and you are passing the params to create_wallet of filename / language? https://github.com/plowsof/flipstarter-waas-wip/blob/fbb8c77dd9823d6606f5a48b0e25f8f9e361defb/app/setup_wallets.py#L286
ping @saravananp-001, can you reply to the above comment?