issue with network genesis hash after re-deployment, thanks to f4ts0
Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
		
							parent
							
								
									51e78f29e7
								
							
						
					
					
						commit
						ae56c4baf9
					
				| @ -68,7 +68,7 @@ pub struct RemoveNodeResult { | ||||
| /// number of nodes to connect.
 | ||||
| static FIRST_PARTY_NETWORKS: Lazy<HashSet<BlockHash>> = Lazy::new(|| { | ||||
|     let genesis_hash_strs = &[ | ||||
|         "0xce321292c998085ec1c5f5fab1add59fc163a28a5762fa49080215ce6bc040c7", // Casper v0.0.2
 | ||||
|         "0x7657c8c868863dea692178d462fe9018ac8f1e16f51be31eea8f29274d85525b", // Casper v0.0.2
 | ||||
|     ]; | ||||
| 
 | ||||
|     genesis_hash_strs | ||||
|  | ||||
| @ -278,7 +278,7 @@ mod test { | ||||
|     } | ||||
| 
 | ||||
|     fn get_valid_genesis() -> BlockHash { | ||||
|         BlockHash::from_str("0xce321292c998085ec1c5f5fab1add59fc163a28a5762fa49080215ce6bc040c7") | ||||
|         BlockHash::from_str("0x7657c8c868863dea692178d462fe9018ac8f1e16f51be31eea8f29274d85525b") | ||||
|             .expect("Should be good genesis") | ||||
|     } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user