Remove the genesis volume added for Tendermint

This commit is contained in:
Luke Parker
2023-03-26 20:20:32 -04:00
parent 17818c2a02
commit ff70cbb223
4 changed files with 0 additions and 26 deletions

View File

@@ -1,6 +1,5 @@
#!/bin/bash
export GENESIS=$(cat /temp/genesis)
if [[ -z $VALIDATOR ]]; then
serai-node --tmp --chain $CHAIN --name $NAME
else