rpc, xeth: fixed returned tx hash & receipt logs

This commit is contained in:
Jeffrey Wilcke
2015-07-06 13:43:02 +02:00
parent 457a3c8f76
commit 4f7fc7b23f
2 changed files with 15 additions and 10 deletions

View File

@ -973,7 +973,7 @@ func (self *XEth) Transact(fromStr, toStr, nonceStr, valueStr, gasStr, gasPriceS
glog.V(logger.Info).Infof("Tx(%x) to: %x\n", tx.Hash(), tx.To())
}
return tx.Hash().Hex(), nil
return signed.Hash().Hex(), nil
}
func (self *XEth) sign(tx *types.Transaction, from common.Address, didUnlock bool) (*types.Transaction, error) {