WhisperFilterArgs

This commit is contained in:
Taylor Gerring
2015-03-26 20:52:09 +01:00
parent 81f36df910
commit 9ca87afd0b
3 changed files with 60 additions and 13 deletions

View File

@@ -417,7 +417,7 @@ func (api *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) err
return err
}
opts := new(xeth.Options)
opts.From = args.From
// opts.From = args.From
opts.To = args.To
opts.Topics = args.Topics
id := api.xeth().NewWhisperFilter(opts)