mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
internal/server/ship_processor.go: set TransactionTrace.Status again.
This commit is contained in:
parent
815fa13e94
commit
871f2ae04d
1 changed files with 4 additions and 4 deletions
|
|
@ -155,10 +155,10 @@ func (processor *ShipProcessor) processTransactionTrace(log *log.Entry, blockNum
|
|||
timestamp := block.BlockHeader.Timestamp.Time().UTC()
|
||||
|
||||
transaction := message.TransactionTrace{
|
||||
ID: trace.ID.String(),
|
||||
BlockNum: blockNumber,
|
||||
Timestamp: timestamp,
|
||||
// Status: trace.Status,
|
||||
ID: trace.ID.String(),
|
||||
BlockNum: blockNumber,
|
||||
Timestamp: timestamp,
|
||||
Status: trace.Status.String(),
|
||||
CPUUsageUS: trace.CPUUsageUS,
|
||||
NetUsage: trace.NetUsage,
|
||||
NetUsageWords: uint32(trace.NetUsageWords),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue