Rename CPourTx to JSDescription.

This commit is contained in:
Sean Bowe
2016-07-10 23:02:10 -06:00
parent f30580744f
commit a8c68ffe99
14 changed files with 66 additions and 66 deletions

View File

@@ -76,7 +76,7 @@ double benchmark_create_joinsplit()
uint256 anchor = ZCIncrementalMerkleTree().root();
timer_start();
CPourTx pourtx(*pzcashParams,
JSDescription pourtx(*pzcashParams,
pubKeyHash,
anchor,
{JSInput(), JSInput()},
@@ -89,7 +89,7 @@ double benchmark_create_joinsplit()
return ret;
}
double benchmark_verify_joinsplit(const CPourTx &joinsplit)
double benchmark_verify_joinsplit(const JSDescription &joinsplit)
{
timer_start();
uint256 pubKeyHash;