ed5b9008c0
* Ensure returns failure with invalid mnemonic seeds, add tests * test fixes resulting from change
12 lines
304 B
JSON
12 lines
304 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"method": "create_wallet",
|
|
"params": {
|
|
"name": null,
|
|
"mnemonic": "fat twenty mean degree forget shell check candy immense awful flame next during february bulb bike sun wink theory day kiwi embrace peace lunch",
|
|
"mnemonic_length": 32,
|
|
"password": "passwoid"
|
|
},
|
|
"id": 1
|
|
}
|