parser: TODO: ZIP243 tests

This commit is contained in:
George Tankersley 2018-09-25 03:24:18 +00:00
parent b6f8edffda
commit 9703c779ed
1 changed files with 4 additions and 0 deletions

View File

@ -447,3 +447,7 @@ func subTestTransparentOutputs(testOutputs [][]string, txOutputs []*txOut, t *te
}
return success
}
func TestSaplingTransactionParser(t *testing.T) {
// TODO: test Sapling transaction parsing; ZIP243
}