vm: Replace some SstoreClearGas with SstoreResetGas
This commit is contained in:
		@@ -421,7 +421,7 @@ func jitCalculateGasAndSize(env Environment, contract *Contract, instr instructi
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
			g = params.SstoreClearGas
 | 
								g = params.SstoreClearGas
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			g = params.SstoreClearGas
 | 
								g = params.SstoreResetGas
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		gas.Set(g)
 | 
							gas.Set(g)
 | 
				
			||||||
	case SUICIDE:
 | 
						case SUICIDE:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -306,7 +306,7 @@ func calculateGasAndSize(env Environment, contract *Contract, caller ContractRef
 | 
				
			|||||||
			g = params.SstoreClearGas
 | 
								g = params.SstoreClearGas
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			// non 0 => non 0 (or 0 => 0)
 | 
								// non 0 => non 0 (or 0 => 0)
 | 
				
			||||||
			g = params.SstoreClearGas
 | 
								g = params.SstoreResetGas
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		gas.Set(g)
 | 
							gas.Set(g)
 | 
				
			||||||
	case SUICIDE:
 | 
						case SUICIDE:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user