Clean up sprout turdz
This commit is contained in:
@@ -58,11 +58,7 @@ class ZkeyImportExportTest (BitcoinTestFramework):
|
||||
try:
|
||||
assert_equal(amts, [tx["amount"] for tx in txs])
|
||||
for tx in txs:
|
||||
# make sure JoinSplit keys exist and have valid values
|
||||
assert_equal("jsindex" in tx, True)
|
||||
assert_equal("jsoutindex" in tx, True)
|
||||
assert_greater_than(tx["jsindex"], -1)
|
||||
assert_greater_than(tx["jsoutindex"], -1)
|
||||
# TODO: make sure spend keys exist and have valid values
|
||||
except AssertionError:
|
||||
logging.error(
|
||||
'Expected amounts: %r; txs: %r',
|
||||
|
||||
Reference in New Issue
Block a user