Fixed default origin in settings and chain tests.

This commit is contained in:
Revertron
2021-05-05 12:23:21 +02:00
parent 614afb466c
commit a73bacc8ab
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ impl Settings {
impl Default for Settings {
fn default() -> Self {
Self {
origin: String::from("0AE588D62D710422A7972EA1E8A659CC8E93DB59489ACE32C499CD279B000000"),
origin: String::from("00002883BB006454F795BE6902770B1A18D897B33A0AB1631F53C37C2F41F800"),
key_file: String::from("default.key"),
check_blocks: default_check_blocks(),
net: Net::default(),