Skip to content

Commit

Permalink
Revert changes in writer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
damiramirez committed Jan 20, 2025
1 parent 1e9bf2d commit ca5f8b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chainio/clients/elcontracts/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import (

"math/big"

gethcommon "github.com/ethereum/go-ethereum/common"
gethtypes "github.com/ethereum/go-ethereum/core/types"

"github.com/Layr-Labs/eigensdk-go/chainio/clients/eth"
"github.com/Layr-Labs/eigensdk-go/chainio/txmgr"
chainioutils "github.com/Layr-Labs/eigensdk-go/chainio/utils"
Expand All @@ -26,8 +29,6 @@ import (
"github.com/Layr-Labs/eigensdk-go/metrics"
"github.com/Layr-Labs/eigensdk-go/types"
"github.com/Layr-Labs/eigensdk-go/utils"
gethcommon "github.com/ethereum/go-ethereum/common"
gethtypes "github.com/ethereum/go-ethereum/core/types"
)

type Reader interface {
Expand Down Expand Up @@ -563,7 +564,6 @@ func (w *ChainWriter) RegisterForOperatorSets(
if err != nil {
return nil, utils.WrapError("failed to encode registration params", err)
}

tx, err := w.allocationManager.RegisterForOperatorSets(
noSendTxOpts,
request.OperatorAddress,
Expand Down

0 comments on commit ca5f8b8

Please sign in to comment.