
void fragment() {
	
  //...
  
  if (hash_result <= shell_height) {
    discard;
  }
  
  //...
  
}
