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

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>
pull/38/head
Evgenii Stratonikov 2023-08-11 16:16:43 +03:00
parent c6a7820363
commit 391c1cb5d4
1 changed files with 1 additions and 1 deletions

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
}