mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 03:56:36 +00:00
Remove unneeded map assignments for working tx RLP tests
This commit is contained in:
parent
9ac5671c18
commit
6dc2146ed7
1 changed files with 0 additions and 7 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue