Skip to content

Commit

Permalink
fixup! refactor: move contract instance check into start script
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Apr 18, 2024
1 parent 6fdb0e3 commit e925caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/scripts/propose-start-contract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set +x # not so noisy for this part
voteLatestProposalAndWait

# Give the core-eval script a block or two to run.
sleep 2
waitForBlock 2

parseInstances() {
# extract latest value; parse smallCaps; yield 1 line per entry
Expand Down

0 comments on commit e925caf

Please sign in to comment.