Merge branch 'arpit/pos-655' of github.com:maticnetwork/bor into shivam/POS-972

This commit is contained in:
Arpit Temani 2022-11-15 16:40:24 +05:30
commit db1c31316f

View file

@ -23,6 +23,11 @@ if (( $balance <= $balanceInit )); then
exit 1
fi
delayCheckpoint=300
echo "Wait ${delayCheckpoint} seconds for checkpoint..."
sleep $delayCheckpoint
checkpointID=$(curl -sL http://localhost:1317/checkpoints/latest | jq .result.id)
if [ $checkpointID == "null" ]; then