9 lines
182 B
Go
9 lines
182 B
Go
package pruning
|
|
|
|
var (
|
|
PruneSnapshotHeightsKey = pruneSnapshotHeightsKey
|
|
|
|
Int64SliceToBytes = int64SliceToBytes
|
|
LoadPruningSnapshotHeights = loadPruningSnapshotHeights
|
|
)
|