Remove dead code
This commit is contained in:
parent
3af5a33d30
commit
26221e751e
@ -25,10 +25,6 @@ from lib.util import chunks, formatted_time, LoggedClass
|
|||||||
import server.db
|
import server.db
|
||||||
from server.storage import open_db
|
from server.storage import open_db
|
||||||
|
|
||||||
# Limits single address history to ~ 65536 * HIST_ENTRIES_PER_KEY entries
|
|
||||||
HIST_ENTRIES_PER_KEY = 1024
|
|
||||||
HIST_VALUE_BYTES = HIST_ENTRIES_PER_KEY * 4
|
|
||||||
|
|
||||||
|
|
||||||
class ChainError(Exception):
|
class ChainError(Exception):
|
||||||
pass
|
pass
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user