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:
Yeastplume
2020-01-31 12:00:49 +00:00
committed by GitHub
parent e71d79dc38
commit ed5b9008c0
6 changed files with 51 additions and 3 deletions
+1 -1
View File
@@ -1517,7 +1517,7 @@ pub trait OwnerRpcS {
"params": {
"name": null,
"mnemonic": null,
"mnemonic_length": 0,
"mnemonic_length": 32,
"password": "my_secret_password"
},
"id": 1