Implement eth_newPendingTransactionFilter #51 (#251)

* Implement eth_newPendingTransactionFilter
This commit is contained in:
thomasmodeneis
2020-04-16 16:53:14 +02:00
committed by GitHub
parent 33ab63ef15
commit c9b09c1d55
3 changed files with 81 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"github.com/ethereum/go-ethereum/common/hexutil"
)
// SendTxArgs represents the arguments to sumbit a new transaction into the transaction pool.
// SendTxArgs represents the arguments to submit a new transaction into the transaction pool.
// Duplicate struct definition since geth struct is in internal package
// Ref: https://github.com/ethereum/go-ethereum/blob/release/1.9/internal/ethapi/api.go#L1346
type SendTxArgs struct {