mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-25 06:55:45 +00:00
added utxos to SPACE_NAMES to delete data from utxo space
This commit is contained in:
parent
3a7e4b2944
commit
dd5060aeba
@ -22,7 +22,7 @@ TABLES = ('transactions', 'blocks', 'assets', 'metadata',
|
||||
|
||||
SPACE_NAMES = ("abci_chains", "assets", "blocks", "blocks_tx",
|
||||
"elections", "meta_data", "pre_commits", "validators",
|
||||
"transactions", "inputs", "outputs", "keys")
|
||||
"transactions", "inputs", "outputs", "keys", "utxos")
|
||||
|
||||
VALID_LANGUAGES = ('danish', 'dutch', 'english', 'finnish', 'french', 'german',
|
||||
'hungarian', 'italian', 'norwegian', 'portuguese', 'romanian',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user