Closed fabian1409 closed 2 weeks ago
sometimes example scripts fail because one party finishes faster than the others and the next commands are executed, leading to address already used errors.
by adding wait statements we make sure that all parties are done before we advance.
Used in #220 - no need to merge
sometimes example scripts fail because one party finishes faster than the others and the next commands are executed, leading to address already used errors.
by adding wait statements we make sure that all parties are done before we advance.