Ensure API create_wallet returns failure when provided with invalid mnemonic seeds (#319)
* Ensure returns failure with invalid mnemonic seeds, add tests * test fixes resulting from change
This commit is contained in:
@@ -1517,7 +1517,7 @@ pub trait OwnerRpcS {
|
||||
"params": {
|
||||
"name": null,
|
||||
"mnemonic": null,
|
||||
"mnemonic_length": 0,
|
||||
"mnemonic_length": 32,
|
||||
"password": "my_secret_password"
|
||||
},
|
||||
"id": 1
|
||||
|
||||
Reference in New Issue
Block a user