[#38] container: Fix DelInfo owner type
Some checks failed
/ Tests (1.19) (pull_request) Successful in 1m19s
/ Tests (1.20) (pull_request) Successful in 1m14s
/ DCO (pull_request) Failing after 2m7s

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
}