good morning!!!!

Skip to content
Snippets Groups Projects
Commit b3c9b66f authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

rpc: eth_transactionFilter => eth_newPendingTransactionFilter

parent 7e160a67
Branches
Tags
Loading
...@@ -327,7 +327,7 @@ func (api *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) err ...@@ -327,7 +327,7 @@ func (api *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) err
case "eth_newBlockFilter": case "eth_newBlockFilter":
*reply = newHexNum(api.xeth().NewBlockFilter()) *reply = newHexNum(api.xeth().NewBlockFilter())
case "eth_transactionFilter": case "eth_newPendingTransactionFilter":
*reply = newHexNum(api.xeth().NewTransactionFilter()) *reply = newHexNum(api.xeth().NewTransactionFilter())
case "eth_uninstallFilter": case "eth_uninstallFilter":
args := new(FilterIdArgs) args := new(FilterIdArgs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment