Skip to content

Commit

Permalink
chore: add issue number to TODO re-enable wasm pruning
Browse files Browse the repository at this point in the history
  • Loading branch information
hacheigriega committed Aug 27, 2024
1 parent 1e6f939 commit 58fe4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/wasm-storage/types/wasm.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func NewDataRequestWasm(bytecode []byte, addedAt time.Time, curBlock, ttl int64)
panic("failed to compute hash")
}
var expHeight int64
// TODO Expiration is disabled for now.
// TODO(#347) Expiration is disabled for now.
// if ttl > 0 {
// expHeight = curBlock + ttl
// }
Expand Down

0 comments on commit 58fe4f1

Please sign in to comment.