Update response types

This commit is contained in:
Taylor Gerring
2015-03-10 12:52:45 -05:00
parent 617804c327
commit 3d6519e45b
4 changed files with 312 additions and 6 deletions

View File

@ -243,7 +243,7 @@ func TestFilterOptions(t *testing.T) {
expected.Max = 3
expected.Skip = 0
expected.Address = "0xd5677cf67b5aa051bb40496e68ad359eb97cfbf8"
expected.Topic = []string{"0x12341234"}
// expected.Topics = []string{"0x12341234"}
args := new(FilterOptions)
if err := json.Unmarshal([]byte(input), &args); err != nil {