mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-18 04:40:03 +02:00
app/ship_processor.go: remove redundant information to log call.
This commit is contained in:
parent
8ffd86daac
commit
f537c6f95f
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ func (processor *ShipProcessor) processBlock(block *ship.GetBlocksResultV0) {
|
|||
}
|
||||
} else {
|
||||
logger.WithField("contract", act_trace.Act.Account).
|
||||
WithError(err).Errorf("Failed to get abi for contract %s", act_trace.Act.Account)
|
||||
WithError(err).Error("Failed to get abi for contract")
|
||||
}
|
||||
|
||||
payload, err := processor.encode(act)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue