Skip to content

Commit

Permalink
fix(core): Fix get keys params
Browse files Browse the repository at this point in the history
  • Loading branch information
rolysr committed Jun 10, 2023
1 parent 887fc7e commit c764156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/persistence.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ type Persistence interface {

Delete(key []byte) error

GetKeys(key []byte) [][]byte
GetKeys() [][]byte
}

0 comments on commit c764156

Please sign in to comment.