Skip to content

Commit f646ddd

Browse files
wanwiset25gzliudan
authored andcommitted
add store-reward flag by default
1 parent a856030 commit f646ddd

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

cicd/devnet/start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,6 @@ XDC --ethstats ${netstats} --gcmode archive \
8181
--http-vhosts "*" --unlock "${wallet}" --password /work/.pwd --mine \
8282
--miner-gasprice "1" --miner-gaslimit "420000000" --verbosity ${log_level} \
8383
--debugdatadir /work/xdcchain \
84+
--store-reward \
8485
--ws --ws-addr=0.0.0.0 --ws-port $ws_port \
8586
--ws-origins "*" 2>&1 >>/work/xdcchain/xdc.log | tee -a /work/xdcchain/xdc.log

cicd/mainnet/start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,6 @@ XDC --ethstats ${netstats} --gcmode archive \
8080
--http-vhosts "*" --unlock "${wallet}" --password /work/.pwd --mine \
8181
--miner-gasprice "1" --miner-gaslimit "420000000" --verbosity ${log_level} \
8282
--debugdatadir /work/xdcchain \
83+
--store-reward \
8384
--ws --ws-addr=0.0.0.0 --ws-port $ws_port \
8485
--ws-origins "*" 2>&1 >>/work/xdcchain/xdc.log | tee -a /work/xdcchain/xdc.log

cicd/testnet/start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,6 @@ XDC --ethstats ${netstats} --gcmode archive \
8282
--http-vhosts "*" --unlock "${wallet}" --password /work/.pwd --mine \
8383
--miner-gasprice "1" --miner-gaslimit "420000000" --verbosity ${log_level} \
8484
--debugdatadir /work/xdcchain \
85+
--store-reward \
8586
--ws --ws-addr=0.0.0.0 --ws-port $ws_port \
8687
--ws-origins "*" 2>&1 >>/work/xdcchain/xdc.log | tee -a /work/xdcchain/xdc.log

0 commit comments

Comments
 (0)