Rename sprout specific methods

This commit is contained in:
Eirik Ogilvie-Wigley
2018-07-17 12:07:08 -06:00
committed by Simon
parent 45de2eda07
commit 8e8279e728
6 changed files with 49 additions and 48 deletions

View File

@@ -316,7 +316,7 @@ double benchmark_increment_note_witnesses(size_t nTxs)
SproutNoteData nd {sk.address(), nullifier};
noteData[jsoutpt] = nd;
wtx.SetNoteData(noteData);
wtx.SetSproutNoteData(noteData);
wallet.AddToWallet(wtx, true, NULL);
block1.vtx.push_back(wtx);
}
@@ -339,7 +339,7 @@ double benchmark_increment_note_witnesses(size_t nTxs)
SproutNoteData nd {sk.address(), nullifier};
noteData[jsoutpt] = nd;
wtx.SetNoteData(noteData);
wtx.SetSproutNoteData(noteData);
wallet.AddToWallet(wtx, true, NULL);
block2.vtx.push_back(wtx);
}