Skip to content

Commit

Permalink
rpc: make sure indexer = "kv"
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Oct 31, 2023
1 parent 533b5c7 commit b4b3714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snapshot/snapshot_restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ sed -i -e "s/^app-db-backend *=.*/app-db-backend = \"pebbledb\"/" $node_home/con
sed -i -e "s/^query_gas_limit *=.*/query_gas_limit = 10000000/" $node_home/config/app.toml

sed -i -e "s/^discard_abci_responses *=.*/discard_abci_responses = false/" $node_home/config/config.toml
sed -i -e "s/^indexer *=.*/indexer = \"kv\"/" $node_home/config/config.toml

echo "download genesis..."
curl -Ls "${SNAPSHOT_BASE_URL}/genesis.json" > $node_home/config/genesis.json
Expand Down

0 comments on commit b4b3714

Please sign in to comment.