Skip to content

Commit

Permalink
rpc: set agoric to use goleveldb...
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Aug 25, 2024
1 parent e7e169c commit b12797f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions snapshot/snapshot_restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,9 @@ if [[ -z $skip_snapshot_restore ]]; then
sed -i -e "s/^iavl-cache-size *=.*/iavl-cache-size = 0/" $node_home/config/app.toml
sed -i -e "s/^network *=.*/network = \"signet\"/" $node_home/config/app.toml
fi

# # fix for agoric (when using external snapshot)
# if [ $( echo "${chain_name}" |grep -cE "^(agoric)$" ) -ne 0 ]; then
# sed -i -e "s/^iavl-disable-fastnode *=.*/iavl-disable-fastnode = true/" $node_home/config/app.toml
# fi
fi

0 comments on commit b12797f

Please sign in to comment.