issue-15 #21
@ -17,7 +17,7 @@ export class ScriptAccountCondition {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  extendCondition(condition: ScriptAccountCondition) {
 | 
			
		||||
    if(!this.isContradicting(condition)) {
 | 
			
		||||
    if(!this.isContradicting(condition) && this.scriptAccount === condition.scriptAccount) {
 | 
			
		||||
      this.minValue = Math.min(this.minValue, condition.minValue);
 | 
			
		||||
      this.maxValue = Math.max(this.maxValue, condition.maxValue);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user