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:
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 {
|
} 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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue