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

@@ -146,7 +146,7 @@ class ZkeyImportExportTest (BitcoinTestFramework):
bob_fee = Decimal(0)
# Try to reproduce zombie balance reported in #1936
# At generated zaddr, receive ZEC, and send ZEC back out. bob -> alice
# At generated zaddr, receive HUSH, and send HUSH back out. bob -> alice
for amount in amounts[:2]:
print("Sending amount from bob to alice: ", amount)
z_send(bob, bob_zaddr, alice_zaddr, amount)