[#38] container: Fix DelInfo owner type

It is not a 20-byte scripthash, it is a 25-byte slice
(prefix + script-hash + checksum).

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2023-08-11 16:16:43 +03:00
parent c6a7820363
commit 391c1cb5d4

View file

@ -339,7 +339,7 @@ func Delete(containerID []byte, signature interop.Signature, publicKey interop.P
}
type DelInfo struct {
Owner interop.Hash160
Owner []byte
Epoch int
}