container: Fix DelInfo owner type #38
2 changed files with 3 additions and 3 deletions
|
@ -15,6 +15,6 @@ jobs:
|
||||||
go-version: '1.20'
|
go-version: '1.20'
|
||||||
|
|
||||||
- name: Run commit format checker
|
- name: Run commit format checker
|
||||||
uses: https://git.alexvan.in/alexvanin/dco-go@v1
|
uses: https://git.alexvan.in/alexvanin/dco-go@v2
|
||||||
with:
|
with:
|
||||||
from: e19fe15e
|
from: master
|
||||||
|
|
|
@ -339,7 +339,7 @@ func Delete(containerID []byte, signature interop.Signature, publicKey interop.P
|
||||||
}
|
}
|
||||||
|
|
||||||
type DelInfo struct {
|
type DelInfo struct {
|
||||||
Owner interop.Hash160
|
Owner []byte
|
||||||
Epoch int
|
Epoch int
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue