(mintime, maxtime Int)
| 37 | } |
| 38 | |
| 39 | func (vm *VM) logTimeRange(mintime, maxtime Int) { |
| 40 | vm.log(Bytes{TimerangeCode}, Bytes(vm.contract.seed), mintime, maxtime) |
| 41 | } |
| 42 | |
| 43 | func (vm *VM) logOutput(snapshotID []byte) { |
| 44 | vm.log(Bytes{OutputCode}, Bytes(vm.caller), Bytes(snapshotID)) |
no test coverage detected