genesis update
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
parent
e2a874b19e
commit
40c5256f58
@ -68,7 +68,7 @@ pub struct RemoveNodeResult {
|
|||||||
/// number of nodes to connect.
|
/// number of nodes to connect.
|
||||||
static FIRST_PARTY_NETWORKS: Lazy<HashSet<BlockHash>> = Lazy::new(|| {
|
static FIRST_PARTY_NETWORKS: Lazy<HashSet<BlockHash>> = Lazy::new(|| {
|
||||||
let genesis_hash_strs = &[
|
let genesis_hash_strs = &[
|
||||||
"0xcb183819bddab6f7fbe26adb816764297a272fdf4bcc264fa9bc89b161647138", // Casper v0.0.3
|
"0x07074eb5f47a6f4dd70430674e5174d5414bc055292b90392fb6f0a28c7524d1", // Casper v0.0.3
|
||||||
];
|
];
|
||||||
|
|
||||||
genesis_hash_strs
|
genesis_hash_strs
|
||||||
|
@ -278,7 +278,7 @@ mod test {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn get_valid_genesis() -> BlockHash {
|
fn get_valid_genesis() -> BlockHash {
|
||||||
BlockHash::from_str("0xcb183819bddab6f7fbe26adb816764297a272fdf4bcc264fa9bc89b161647138")
|
BlockHash::from_str("0x07074eb5f47a6f4dd70430674e5174d5414bc055292b90392fb6f0a28c7524d1")
|
||||||
.expect("Should be good genesis")
|
.expect("Should be good genesis")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user