Skip to content

Commit

Permalink
disable tm pruning (cosmos#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed Mar 1, 2021
1 parent 8008821 commit a242db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions relayer/tm-light-client.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ func (c *Chain) LightClient(db dbm.DB) (*light.Client, error) {
[]lightp.Provider{prov},
dbs.New(db, ""),
logger,
light.PruningSize(0),
)
}

Expand Down

0 comments on commit a242db1

Please sign in to comment.