Browse Source

Fix outdated comment about starting balance of nodes

metaverse
Jonathan "Duke" Leto 6 years ago
parent
commit
4db8717431
  1. 2
      qa/rpc-tests/zcjoinsplitdoublespend.py

2
qa/rpc-tests/zcjoinsplitdoublespend.py

@ -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)

Loading…
Cancel
Save