Skip to content
Snippets Groups Projects
start.sh 95 B
Newer Older
#!/bin/bash
if [[ $FAST_SYNC ]]; then
  tendermint node --fast_sync
else
  tendermint node
fi