Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
thehowl committed Mar 1, 2024
1 parent b630e57 commit 4561ba3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tm2/pkg/bft/consensus/wal_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ package consensus
import (
"fmt"
"io"
"log/slog"
"testing"
"time"

"golang.org/x/exp/slog"

cfg "github.com/gnolang/gno/tm2/pkg/bft/config"
walm "github.com/gnolang/gno/tm2/pkg/bft/wal"
"github.com/gnolang/gno/tm2/pkg/random"
Expand Down

0 comments on commit 4561ba3

Please sign in to comment.