container: Fix DelInfo owner type #38

Merged
fyrchik merged 2 commits from fyrchik/frostfs-contract:fix-deletion-info into master 2024-09-04 19:51:17 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -15,6 +15,6 @@ jobs:
go-version: '1.20'
- name: Run commit format checker
uses: https://git.alexvan.in/alexvanin/dco-go@v1
uses: https://git.alexvan.in/alexvanin/dco-go@v2
with:
from: e19fe15e
from: master

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
}