1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-07-02 11:43:40 +02:00

app/ship_processor.go: remove redundant information to log call.

This commit is contained in:
Henrik Hautakoski 2024-01-07 14:33:22 +01:00
parent 8ffd86daac
commit f537c6f95f

View file

@ -248,7 +248,7 @@ func (processor *ShipProcessor) processBlock(block *ship.GetBlocksResultV0) {
} }
} else { } else {
logger.WithField("contract", act_trace.Act.Account). 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) payload, err := processor.encode(act)