|
|
@ -189,7 +189,7 @@ func ApplyTransaction(config *params.ChainConfig, bc ChainContext, author *commo |
|
|
|
receipt.ContractAddress = crypto.CreateAddress(vmenv.Context.Origin, tx.Nonce()) |
|
|
|
receipt.ContractAddress = crypto.CreateAddress(vmenv.Context.Origin, tx.Nonce()) |
|
|
|
} |
|
|
|
} |
|
|
|
// Set the receipt logs and create a bloom for filtering
|
|
|
|
// Set the receipt logs and create a bloom for filtering
|
|
|
|
//receipt.Logs = statedb.GetLogs(tx.Hash())
|
|
|
|
receipt.Logs = statedb.GetLogs(tx.Hash()) |
|
|
|
receipt.Bloom = types.CreateBloom(types.Receipts{receipt}) |
|
|
|
receipt.Bloom = types.CreateBloom(types.Receipts{receipt}) |
|
|
|
|
|
|
|
|
|
|
|
var cxReceipt *types.CXReceipt |
|
|
|
var cxReceipt *types.CXReceipt |
|
|
|