forked from TrueCloudLab/neoneo-go
core: remove unneeded comment
Serialization interops are already implemented.
This commit is contained in:
parent
a7c19d445b
commit
89d1f7ce75
1 changed files with 0 additions and 11 deletions
|
@ -385,17 +385,6 @@ func runtimeGetTime(ic *interopContext, v *vm.VM) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
// runtimeSerialize serializes given stack item.
|
|
||||||
func runtimeSerialize(ic *interopContext, v *vm.VM) error {
|
|
||||||
panic("TODO")
|
|
||||||
}
|
|
||||||
|
|
||||||
// runtimeDeserialize deserializes given stack item.
|
|
||||||
func runtimeDeserialize(ic *interopContext, v *vm.VM) error {
|
|
||||||
panic("TODO")
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
func checkStorageContext(ic *interopContext, stc *StorageContext) error {
|
func checkStorageContext(ic *interopContext, stc *StorageContext) error {
|
||||||
contract, err := ic.dao.GetContractState(stc.ScriptHash)
|
contract, err := ic.dao.GetContractState(stc.ScriptHash)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue