Skip to content

[TM-306] Make default balance for expectBalance 0

Vasiliy Kevroletin requested to merge kevroletin/tm-306-fix-default-balance into master

Problem: expectBalance always fails with non-existing addresses, while in live testing network balance of any randomly generated address is 0

Fix: assume from expectBalance that all new addresses have a 0 balance

Merge request reports