dtr-org / unit-e

A digital currency for a new era of decentralized trust
https://unit-e.io
MIT License
45 stars 15 forks source link

Fix wallet_multiwallet.py #1044

Closed cmihai closed 5 years ago

cmihai commented 5 years ago

This commit hardens the regular wallet_multiwallet.py, which can fail just like the --usecli version, for the reasons detailed in commit ad7c2e72: when the node is already stopping, we can get all kinds of network exceptions when trying to stop it a second time, so we want to ignore those exceptions.

frolosofsky commented 5 years ago

Did you manage to run it X times on Travis?

cmihai commented 5 years ago

@frolosofsky After running the test 50 times, no errors: https://travis-ci.com/dtr-org/unit-e/builds/110391308