Cleanup to address review comments.

This commit is contained in:
Simon
2018-09-28 22:11:05 -07:00
parent c0f7e4059d
commit 5f57babd08
2 changed files with 23 additions and 40 deletions

View File

@@ -8,8 +8,7 @@ from test_framework.util import assert_equal, start_nodes, wait_and_assert_opera
from decimal import Decimal
# Test wallet z_listunspent and z_listreceivedbyaddress behaviour across network upgrades
# TODO: Test z_listreceivedbyaddress
# Test wallet z_listunspent behaviour across network upgrades
class WalletListNotes(BitcoinTestFramework):
def setup_nodes(self):