Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Dec 1, 2023
1 parent 0e79d74 commit 9aa97a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/chain/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ package chain

import (
"context"
"crypto/sha256"
"crypto/ed25519"
"crypto/sha256"
"encoding/binary"
"math/big"

client "github.com/astriaorg/go-sequencer-client/client"
sqproto "buf.build/gen/go/astria/astria/protocolbuffers/go/astria/sequencer/v1alpha1"
primproto "buf.build/gen/go/astria/astria/protocolbuffers/go/astria/primitive/v1"
sqproto "buf.build/gen/go/astria/astria/protocolbuffers/go/astria/sequencer/v1alpha1"
client "github.com/astriaorg/go-sequencer-client/client"
"github.com/cometbft/cometbft/libs/bytes"

"github.com/ethereum/go-ethereum/common"
Expand Down

0 comments on commit 9aa97a8

Please sign in to comment.