test suite tweaks

This commit is contained in:
Duke Leto
2019-12-15 20:36:13 -05:00
parent 52531f3f59
commit 2eae4d2377
6 changed files with 9 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ class JoinSplitTest(BitcoinTestFramework):
assert_equal(self.cannot_joinsplit(node, txn), True)
def run_test(self):
# All nodes should start with 250 ZEC:
# All nodes should start with 250 HUSH:
starting_balance = 250
for i in range(4):
assert_equal(self.nodes[i].getbalance(), starting_balance)