(blockID []byte, exp int64)
| 33 | } |
| 34 | |
| 35 | func (vm *VM) logNonce(blockID []byte, exp int64) Tuple { |
| 36 | return vm.log(NonceTuple(vm.caller, vm.contract.seed, blockID, exp)...) |
| 37 | } |
| 38 | |
| 39 | func (vm *VM) logTimeRange(mintime, maxtime Int) { |
| 40 | vm.log(Bytes{TimerangeCode}, Bytes(vm.contract.seed), mintime, maxtime) |
no test coverage detected