Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dssei committed Nov 27, 2024
1 parent cae5a95 commit d7f3583
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion loadtest/loadtest_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ import (
"context"
"crypto/tls"
"fmt"
cttypes "github.com/sei-protocol/sei-chain/x/confidentialtransfers/types"
"math/rand"
"strings"
"sync"
"sync/atomic"
"time"

cttypes "github.com/sei-protocol/sei-chain/x/confidentialtransfers/types"

"golang.org/x/exp/slices"
"golang.org/x/time/rate"

Expand Down
5 changes: 3 additions & 2 deletions loadtest/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import (
"encoding/json"
"flag"
"fmt"
"github.com/ethereum/go-ethereum/crypto"
"github.com/sei-protocol/sei-cryptography/pkg/encryption/elgamal"
"io"
"math/big"
"math/rand"
Expand All @@ -24,6 +22,9 @@ import (
"syscall"
"time"

"github.com/ethereum/go-ethereum/crypto"
"github.com/sei-protocol/sei-cryptography/pkg/encryption/elgamal"

wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types"
"github.com/cosmos/cosmos-sdk/codec"
"github.com/cosmos/cosmos-sdk/codec/types"
Expand Down

0 comments on commit d7f3583

Please sign in to comment.