(amount *big.Int)
| 266 | } |
| 267 | |
| 268 | func (self *stateObject) setBalance(amount *big.Int) { |
| 269 | self.data.Balance = amount |
| 270 | } |
| 271 | |
| 272 | // Return the gas back to the origin. Used by the Virtual machine or Closures |
| 273 | func (c *stateObject) ReturnGas(gas *big.Int) {} |
no outgoing calls
no test coverage detected