[#486] morph/client: Separate container estimation functions

Inner ring should be able to invoke contract methods both notary
and non notary way.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-04-29 16:35:26 +03:00 committed by Alex Vanin
parent 7c559aaeaa
commit c4f4381b13
4 changed files with 34 additions and 2 deletions

View file

@ -93,7 +93,7 @@ func newEpochTimer(args *epochTimerArgs) *timer.BlockTimer {
return
}
err := args.cnrWrapper.StopEstimation(epochN - 1)
err := args.cnrWrapper.StopEstimationNotary(epochN - 1)
if err != nil {
args.l.Warn("can't stop epoch estimation",
zap.Uint64("epoch", epochN),