mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Disable p2p tests.
This commit is contained in:
		
							parent
							
								
									a904cafa38
								
							
						
					
					
						commit
						f66eabed76
					
				| @ -767,6 +767,8 @@ Options::Options() | ||||
| 			wallet = true; | ||||
| 		else if (arg == "--nonetwork") | ||||
| 			nonetwork = true; | ||||
| 		else if (arg == "--network") | ||||
| 			nonetwork = false; | ||||
| 		else if (arg == "--nodag") | ||||
| 			nodag = true; | ||||
| 		else if (arg == "--all") | ||||
|  | ||||
| @ -224,7 +224,7 @@ public: | ||||
| 	bool inputLimits = false; | ||||
| 	bool bigData = false; | ||||
| 	bool wallet = false; | ||||
| 	bool nonetwork = false; | ||||
| 	bool nonetwork = true; | ||||
| 	bool nodag = true; | ||||
| 	/// @}
 | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user