mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-09 20:41:20 +00:00
kv: added transactionsV3 to the accessors config (#864)
This commit is contained in:
parent
206fbadf9c
commit
a1ac65bc07
@ -25,7 +25,8 @@ import (
|
|||||||
type ConfigKey []byte
|
type ConfigKey []byte
|
||||||
|
|
||||||
var (
|
var (
|
||||||
HistoryV3 = ConfigKey("history.v3")
|
HistoryV3 = ConfigKey("history.v3")
|
||||||
|
TransactionsV3 = ConfigKey("transactions.v3")
|
||||||
)
|
)
|
||||||
|
|
||||||
func (k ConfigKey) Enabled(tx kv.Tx) (bool, error) { return kv.GetBool(tx, kv.DatabaseInfo, k) }
|
func (k ConfigKey) Enabled(tx kv.Tx) (bool, error) { return kv.GetBool(tx, kv.DatabaseInfo, k) }
|
||||||
|
Loading…
Reference in New Issue
Block a user