mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 10:27:26 +08:00
log to error
This commit is contained in:
parent
b77fd36e2c
commit
71a3e70129
@ -629,7 +629,7 @@ func (d *DataTimeReel) setHead(frame *protobufs.ClockFrame, distance *big.Int) {
|
||||
)
|
||||
|
||||
if tries, err = d.exec(txn, frame, tries); err != nil {
|
||||
d.logger.Debug("invalid frame execution, unwinding", zap.Error(err))
|
||||
d.logger.Error("invalid frame execution, unwinding", zap.Error(err))
|
||||
txn.Abort()
|
||||
return
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user