aboutsummaryrefslogtreecommitdiff
path: root/coreth.go
diff options
context:
space:
mode:
authorStephenButtolph <stephen@avalabs.org>2020-06-07 17:58:22 -0400
committerStephenButtolph <stephen@avalabs.org>2020-06-07 17:58:22 -0400
commit6a33e292321a38ad07bd4e19459896e5c8d532d1 (patch)
treec4305fd69f66488c1ac76ed9bdf038c96cb02b6c /coreth.go
parent72542f28d66678d2fa47ec6c1aeedc6c988ad409 (diff)
parent7661fa34f0682b326b336b026c8624e5e51166b8 (diff)
Merge remote-tracking branch 'origin/denali-next' into denaliv0.2.4
Diffstat (limited to 'coreth.go')
-rw-r--r--coreth.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreth.go b/coreth.go
index 019f480..06399b9 100644
--- a/coreth.go
+++ b/coreth.go
@@ -90,7 +90,7 @@ func (self *ETHChain) PendingSize() (int, error) {
}
func (self *ETHChain) AddRemoteTxs(txs []*types.Transaction) []error {
- return self.backend.TxPool().AddRemotesSync(txs)
+ return self.backend.TxPool().AddRemotes(txs)
}
func (self *ETHChain) AddLocalTxs(txs []*types.Transaction) []error {