Update entrypoint.sh

This commit is contained in:
Nguyen Sy Thanh Son 2018-12-27 18:29:48 +07:00 committed by GitHub
parent 33ff958628
commit 0ba517cc30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,7 +145,7 @@ if [[ ! -z $ANNOUNCE_TXS ]]; then
params="$params --announce-txs"
fi
# annonce txs
# store reward
if [[ ! -z $STORE_REWARD ]]; then
params="$params --store-reward"
fi