mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 10:37:26 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			218 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			218 B
		
	
	
	
	
	
	
	
Begin Block
At the start of each block interest is accumulated
// BeginBlocker updates interest rates
func BeginBlocker(ctx sdk.Context, k Keeper) {
  k.ApplyInterestRateUpdates(ctx)
}