Skip to content
Snippets Groups Projects
Commit 8eabc825 authored by Andrzej Such's avatar Andrzej Such
Browse files

Add state_snapshot plugin to default plugin list

parent 6c3bc043
No related branches found
No related tags found
1 merge request!187Add state_snapshot plugin to default plugin list
Pipeline #84191 passed
......@@ -22,7 +22,7 @@ def create_default_config(*, skip_address: bool = False) -> NodeConfig:
'{"name":"p2p","level":"warn","appenders":["p2p"]}'
),
backtrace="yes",
plugin=["witness", "account_by_key_api", "account_by_key"],
plugin=["witness", "account_by_key_api", "account_by_key", "state_snapshot"],
account_history_rocksdb_path="blockchain/account-history-rocksdb-storage",
block_data_export_file="NONE",
block_data_skip_empty=False,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment