Introduce zcsamplejoinsplit for creating a raw joinsplit description, and use it to construct the joinsplit for the performance tests that verify joinsplits.

This commit is contained in:
Sean Bowe
2016-07-19 15:49:11 -06:00
parent d20d866d89
commit 1737627c4e
4 changed files with 49 additions and 18 deletions

View File

@@ -380,7 +380,8 @@ static const CRPCCommand vRPCCommands[] =
{ "wallet", "zcbenchmark", &zc_benchmark, true },
{ "wallet", "zcrawkeygen", &zc_raw_keygen, true },
{ "wallet", "zcrawjoinsplit", &zc_raw_joinsplit, true },
{ "wallet", "zcrawreceive", &zc_raw_receive, true }
{ "wallet", "zcrawreceive", &zc_raw_receive, true },
{ "wallet", "zcsamplejoinsplit", &zc_sample_joinsplit, true }
#endif // ENABLE_WALLET
};