core: DeepCopy notifiction event args inside System.Runtime.Notify
This commit is contained in:
parent
7296f0c913
commit
42a051e55a
5 changed files with 5 additions and 5 deletions
|
@ -65,7 +65,7 @@ func opParamSlotsPushVM(op opcode.Opcode, param []byte, sslot int, slotloc int,
|
|||
for i := range items {
|
||||
item, ok := items[i].(stackitem.Item)
|
||||
if ok {
|
||||
item = stackitem.DeepCopy(item, false)
|
||||
item = stackitem.DeepCopy(item, true)
|
||||
} else {
|
||||
item = stackitem.Make(items[i])
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue