mirror of
				https://git.wownero.com/wownero/wownero.git
				synced 2024-08-15 01:03:23 +00:00 
			
		
		
		
	remove nudge in num_mainnet_hard_forks
This commit is contained in:
		
							parent
							
								
									f0e9542c06
								
							
						
					
					
						commit
						cae358334e
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -47,8 +47,7 @@ const hardfork_t mainnet_hard_forks[] = {
 | 
				
			||||||
  { 19, 331458, 0, 1624793373 },
 | 
					  { 19, 331458, 0, 1624793373 },
 | 
				
			||||||
  { 20, 514000, 0, 1677222289 },
 | 
					  { 20, 514000, 0, 1677222289 },
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
// since Wownero starts from v7, added + 6 so that the total number of hard forks = version number
 | 
					const size_t num_mainnet_hard_forks = sizeof(mainnet_hard_forks) / sizeof(mainnet_hard_forks[0]);
 | 
				
			||||||
const size_t num_mainnet_hard_forks = sizeof(mainnet_hard_forks) / sizeof(mainnet_hard_forks[0]) + 6;
 | 
					 | 
				
			||||||
const uint64_t mainnet_hard_fork_version_1_till = 0;
 | 
					const uint64_t mainnet_hard_fork_version_1_till = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const hardfork_t testnet_hard_forks[] = {
 | 
					const hardfork_t testnet_hard_forks[] = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue