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 proposer_stakeable_balance.py #1010

Closed Ruteri closed 5 years ago

Ruteri commented 5 years ago

The test expects nodes not to be connected. The test is failing if one of the nodes takes too long to spin up, as some of the other nodes already connect to each other and assert_equal(wallet['status'], 'NOT_PROPOSING_NO_PEERS') no longer holds (it's NOT_PROPOSING_NOT_ENOUGH_BALANCE).

Signed-off-by: Mateusz Morusiewicz mateusz@thirdhash.com