Fix comment in mergetoaddress RPC test

This commit is contained in:
Eirik0 2019-06-11 14:32:57 -06:00
parent dca403f29e
commit c9d14272af
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ class MergeToAddressHelper:
"Destination address is also the only source address, and all its funds are already merged.",
lambda: test.nodes[0].z_mergetoaddress([mytaddr], mytaddr))
# Merging will fail for this specific case where it would spend a fee and do nothing
# Merging will fail if we try to specify from Sprout AND Sapling
assert_mergetoaddress_exception(
"Cannot send from both Sprout and Sapling addresses using z_mergetoaddress",
lambda: test.nodes[0].z_mergetoaddress(["ANY_SPROUT", "ANY_SAPLING"], mytaddr))