diff options
Diffstat (limited to 'rpc/api/args.go')
-rw-r--r-- | rpc/api/args.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rpc/api/args.go b/rpc/api/args.go index 4ef1b26e7..fc85448e6 100644 --- a/rpc/api/args.go +++ b/rpc/api/args.go @@ -2,6 +2,7 @@ package api import ( "encoding/json" + "github.com/ethereum/go-ethereum/rpc/shared" ) @@ -54,4 +55,4 @@ func (args *FilterStringArgs) UnmarshalJSON(b []byte) (err error) { } args.Word = argstr return nil -}
\ No newline at end of file +} |