mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-23 15:41:30 +00:00
wip
This commit is contained in:
@@ -184,7 +184,7 @@ func TestPruneStates(t *testing.T) {
|
||||
t.Run(name, func(t *testing.T) {
|
||||
db := dbm.NewMemDB()
|
||||
|
||||
stateStore := sm.NewStore(db, true)
|
||||
stateStore := sm.NewStore(db, false)
|
||||
pk := ed25519.GenPrivKey().PubKey()
|
||||
|
||||
// Generate a bunch of state data. Validators change for heights ending with 3, and
|
||||
|
||||
Reference in New Issue
Block a user