mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 10:03:47 +00:00
rpc: eth_transactionFilter => eth_newPendingTransactionFilter
This commit is contained in:
parent
7e160a677d
commit
b3c9b66f29
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ func (api *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) err
|
|||
|
||||
case "eth_newBlockFilter":
|
||||
*reply = newHexNum(api.xeth().NewBlockFilter())
|
||||
case "eth_transactionFilter":
|
||||
case "eth_newPendingTransactionFilter":
|
||||
*reply = newHexNum(api.xeth().NewTransactionFilter())
|
||||
case "eth_uninstallFilter":
|
||||
args := new(FilterIdArgs)
|
||||
|
|
|
|||
Loading…
Reference in a new issue