Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Nov 28, 2023
1 parent 664a6aa commit 56b2f4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go/enclave/crosschain/processors.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package crosschain

import (
"github.com/ten-protocol/go-ten/go/common"
"math/big"

"github.com/ten-protocol/go-ten/go/common"

"github.com/ten-protocol/go-ten/go/enclave/storage"

gethlog "github.com/ethereum/go-ethereum/log"
Expand Down
4 changes: 2 additions & 2 deletions integration/networktest/actions/l1/important_contracts.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package l1
import (
"context"
"fmt"
"github.com/ten-protocol/go-ten/integration/networktest/actions"
"time"

"github.com/ten-protocol/go-ten/integration/networktest/actions"

"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/pkg/errors"
Expand Down Expand Up @@ -122,7 +123,6 @@ func VerifyL2MessageBusAddressAvailable() networktest.Action {
var _emptyAddress common.Address
if networkCfg.L2MessageBusAddress == _emptyAddress {
return errors.New("L2MessageBusAddress not set")

}
fmt.Println("L2MessageBusAddress: ", networkCfg.L2MessageBusAddress)
return nil
Expand Down

0 comments on commit 56b2f4f

Please sign in to comment.