Fix outdated comment about starting balance of nodes

This commit is contained in:
Jonathan "Duke" Leto 2018-02-28 14:29:05 -08:00
parent 48cecf2ad9
commit 4db8717431
1 changed files with 1 additions and 1 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 BTC:
# All nodes should start with 250 ZEC:
starting_balance = 250
for i in range(4):
assert_equal(self.nodes[i].getbalance(), starting_balance)