[#337] morph: Use Notary Actor for notary requests

Signed-off-by: Anna Shaleva <anna@nspcc.ru>
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Anna Shaleva 2023-04-18 18:40:20 +03:00 committed by Evgenii Stratonikov
parent 35fdf6f315
commit ddcc156ecc
4 changed files with 281 additions and 336 deletions

View file

@ -153,8 +153,6 @@ func (e *notHaltStateError) Error() string {
)
}
var errEmptyInvocationScript = errors.New("got empty invocation script from neo node")
// implementation of error interface for FrostFS-specific errors.
type frostfsError struct {
err error