forked from TrueCloudLab/frostfs-node
[#1023] neofs-node/reputation: remove epoch
from common parameters
It is unused and is present in both of `Announce*TrustPrm`. Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
f96bb8d3b8
commit
9d3609d4c1
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@ type commonPrm struct {
|
||||||
|
|
||||||
ctx context.Context
|
ctx context.Context
|
||||||
|
|
||||||
epoch uint64
|
|
||||||
|
|
||||||
opts []client.CallOption
|
opts []client.CallOption
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue