Add wallet creation tests

This commit is contained in:
Aditya Kulkarni
2019-10-21 17:56:28 -07:00
parent c901b4f52f
commit 51b1b54863
3 changed files with 76 additions and 19 deletions

View File

@@ -657,6 +657,7 @@ fn get_test_config() -> LightClientConfig {
consensus_branch_id: "000000".to_string(),
anchor_offset: 0,
no_cert_verification: false,
data_dir: None,
}
}
@@ -1580,6 +1581,7 @@ fn test_t_derivation() {
consensus_branch_id: "000000".to_string(),
anchor_offset: 1,
no_cert_verification: false,
data_dir: None,
};
let seed_phrase = Some("chimney better bulb horror rebuild whisper improve intact letter giraffe brave rib appear bulk aim burst snap salt hill sad merge tennis phrase raise".to_string());