mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
Merge branch 'arpit/pos-655' of github.com:maticnetwork/bor into shivam/POS-972
This commit is contained in:
commit
db1c31316f
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue