ed5b9008c0
* Ensure returns failure with invalid mnemonic seeds, add tests * test fixes resulting from change
12 lines
178 B
JSON
12 lines
178 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"method": "create_wallet",
|
|
"params": {
|
|
"name": null,
|
|
"mnemonic": "this is not valid",
|
|
"mnemonic_length": 32,
|
|
"password": "passwoid"
|
|
},
|
|
"id": 1
|
|
}
|