aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/args_test.go
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-03-11 01:52:45 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-03-11 01:52:45 +0800
commit3d6519e45bbd689b75c3ad6966c2044f29c649df (patch)
tree7bb30324d9002b3a6ea1fb7777b62e23a03a25c4 /rpc/args_test.go
parent617804c32731c5103319e7072557f62a9ce63836 (diff)
downloadgo-tangerine-3d6519e45bbd689b75c3ad6966c2044f29c649df.tar
go-tangerine-3d6519e45bbd689b75c3ad6966c2044f29c649df.tar.gz
go-tangerine-3d6519e45bbd689b75c3ad6966c2044f29c649df.tar.bz2
go-tangerine-3d6519e45bbd689b75c3ad6966c2044f29c649df.tar.lz
go-tangerine-3d6519e45bbd689b75c3ad6966c2044f29c649df.tar.xz
go-tangerine-3d6519e45bbd689b75c3ad6966c2044f29c649df.tar.zst
go-tangerine-3d6519e45bbd689b75c3ad6966c2044f29c649df.zip
Update response types
Diffstat (limited to 'rpc/args_test.go')
-rw-r--r--rpc/args_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/args_test.go b/rpc/args_test.go
index 1e6609b79..ec5400f3f 100644
--- a/rpc/args_test.go
+++ b/rpc/args_test.go
@@ -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 {