core: tx pool skip price validation for "owned" transactions

This commit is contained in:
zsfelfoldi
2015-11-21 00:40:36 +01:00
parent b9aedeab0b
commit 975c591261
4 changed files with 76 additions and 5 deletions

View File

@@ -1044,6 +1044,7 @@ func (self *XEth) Transact(fromStr, toStr, nonceStr, valueStr, gasStr, gasPriceS
if err != nil {
return "", err
}
self.EthereumService().TxPool().SetLocal(signed)
if err = self.EthereumService().TxPool().Add(signed); err != nil {
return "", err
}