diff --git a/pkg/state/appender.go b/pkg/state/appender.go index 3e1f538fa..891402bc3 100644 --- a/pkg/state/appender.go +++ b/pkg/state/appender.go @@ -708,6 +708,7 @@ func (a *txAppender) appendTxs( if !isBlockWithChallenge { return proto.BlockSnapshot{}, crypto.Digest{}, errAppendTx } + zap.S().Debugf("Elided tx detected (ID=%q): %v", base58.Encode(txID), errAppendTx) txSnap = txSnapshot{ regular: []proto.AtomicSnapshot{ &proto.TransactionStatusSnapshot{Status: proto.TransactionElided},