Update proving key and tests that depend on transaction structure changes

This commit is contained in:
Sean Bowe
2016-05-23 10:13:20 -06:00
parent 3ebca007f3
commit 6b5d608899
6 changed files with 512 additions and 511 deletions

View File

@@ -133,6 +133,7 @@ void static RandomTransaction(CMutableTransaction &tx, bool fSingle) {
pourtx.randomSeed = GetRandHash();
randombytes_buf(pourtx.ciphertexts[0].begin(), pourtx.ciphertexts[0].size());
randombytes_buf(pourtx.ciphertexts[1].begin(), pourtx.ciphertexts[1].size());
randombytes_buf(pourtx.proof.begin(), pourtx.proof.size());
pourtx.macs[0] = GetRandHash();
pourtx.macs[1] = GetRandHash();