From 9703c779ed161b5aac5755f608656eb76894f73f Mon Sep 17 00:00:00 2001 From: George Tankersley Date: Tue, 25 Sep 2018 03:24:18 +0000 Subject: [PATCH] parser: TODO: ZIP243 tests --- parser/transaction_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/parser/transaction_test.go b/parser/transaction_test.go index 10ff9bb..b3e2bb2 100644 --- a/parser/transaction_test.go +++ b/parser/transaction_test.go @@ -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 +}