Commit 6dc2146e authored by Gustav Simonsson's avatar Gustav Simonsson

Remove unneeded map assignments for working tx RLP tests

parent 9ac5671c
...@@ -42,13 +42,6 @@ func TestTransactions(t *testing.T) { ...@@ -42,13 +42,6 @@ func TestTransactions(t *testing.T) {
func TestWrongRLPTransactions(t *testing.T) { func TestWrongRLPTransactions(t *testing.T) {
notWorking := make(map[string]bool, 100) notWorking := make(map[string]bool, 100)
// TODO: all commented out tests should work!
notWorking[""] = true
notWorking[""] = true
notWorking[""] = true
notWorking[""] = true
notWorking[""] = true
var err error var err error
err = RunTransactionTests("./files/TransactionTests/ttWrongRLPTransaction.json", err = RunTransactionTests("./files/TransactionTests/ttWrongRLPTransaction.json",
notWorking) notWorking)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment