[#1023] *: fix linter errors

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-01-29 16:36:29 +03:00 committed by Alex Vanin
parent eb99b65134
commit 476528361e
7 changed files with 1 additions and 18 deletions

View file

@ -7,7 +7,6 @@ import (
"github.com/nspcc-dev/neo-go/pkg/core/transaction"
"github.com/nspcc-dev/neo-go/pkg/crypto/keys"
"github.com/nspcc-dev/neo-go/pkg/rpc/client"
"github.com/nspcc-dev/neo-go/pkg/util"
"github.com/nspcc-dev/neo-go/pkg/wallet"
"github.com/nspcc-dev/neofs-node/pkg/util/logger"
"go.uber.org/zap"
@ -24,8 +23,6 @@ type cfg struct {
logger *logger.Logger // logging component
gas util.Uint160 // native gas script-hash
waitInterval time.Duration
signer *transaction.Signer