Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
acud committed Apr 26, 2021
1 parent 8d5195e commit 6740121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/postage/batchstore/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (
const (
batchKeyPrefix = "batchstore_batch_"
valueKeyPrefix = "batchstore_value_"
chainStateKey = "batchstore_chain_"
reserveStateKey = "batchstore_reserve_"
chainStateKey = "batchstore_chainstate"
reserveStateKey = "batchstore_reservestate"
)

type unreserveFn func(batchID []byte, radius uint8) error
Expand Down

0 comments on commit 6740121

Please sign in to comment.