core, eth, miner, xeth: receipt storage fix
* Added GetReceiptsFromBlock, GetReceipt, PutReceipts * Added ContractAddress to receipt. See #1042
This commit is contained in:
@ -255,7 +255,7 @@ func (self *worker) wait() {
|
||||
// This puts transactions in a extra db for rpc
|
||||
core.PutTransactions(self.extraDb, block, block.Transactions())
|
||||
// store the receipts
|
||||
core.PutReceipts(self.extraDb, block.Hash(), self.current.receipts)
|
||||
core.PutReceipts(self.extraDb, self.current.receipts)
|
||||
}
|
||||
|
||||
// check staleness and display confirmation
|
||||
|
Reference in New Issue
Block a user