Skip to main content

Native Network Snapshot

Note

Current DB settings:
app.toml: goleveldb
config.toml: pebbledb

sed -i -e "s/^app-db-backend *=.*/app-db-backend = \"goleveldb\"/;" $HOME/.gonative/config/app.toml
sed -i -e "s/^db_backend *=.*/db_backend = \"pebbledb\"/" $HOME/.gonative/config/config.toml

app.toml will be switched to pebbledb once this issue is fixed.

Loading data...