[#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:
Evgenii Stratonikov 2022-01-29 16:38:19 +03:00 committed by Alex Vanin
parent f96bb8d3b8
commit 9d3609d4c1

View file

@ -15,8 +15,6 @@ type commonPrm struct {
ctx context.Context
epoch uint64
opts []client.CallOption
}