parser: remove unused raw field from test structs

This commit is contained in:
George Tankersley 2018-09-25 19:45:06 +00:00
parent 9703c779ed
commit f460b3cfb7
1 changed files with 4 additions and 6 deletions

View File

@ -29,16 +29,14 @@ type joinSplitTestVector struct {
}
// https://github.com/zcash/zips/blob/master/zip-0143.rst
// raw is currently unused, but will be useful in the future for fuzzing.
var zip143tests = []struct {
raw, header, nVersionGroupId, nLockTime, nExpiryHeight string
vin, vout [][]string
vJoinSplits []joinSplitTestVector
joinSplitPubKey, joinSplitSig string
header, nVersionGroupId, nLockTime, nExpiryHeight string
vin, vout [][]string
vJoinSplits []joinSplitTestVector
joinSplitPubKey, joinSplitSig string
}{
{
// Test vector 1
raw: "030000807082c40300028f739811893e0000095200ac6551ac636565b1a45a0805750200025151481cdd86b3cc431800",
header: "03000080",
nVersionGroupId: "7082c403",
nLockTime: "481cdd86",