(anchor []byte)
| 49 | } |
| 50 | |
| 51 | func (vm *VM) logFinalize(anchor []byte) { |
| 52 | vm.log(Bytes{FinalizeCode}, Bytes(vm.contract.seed), Int(vm.txVersion), Bytes(anchor)) |
| 53 | } |
| 54 | |
| 55 | func (vm *VM) logRetirement(amount int64, assetID, anchor []byte) { |
| 56 | vm.log(Bytes{RetireCode}, Bytes(vm.contract.seed), Int(amount), Bytes(assetID), Bytes(anchor)) |
no test coverage detected