We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacdabc commit c86a09aCopy full SHA for c86a09a
rolling-shutter/keyperimpl/gnosis/messagingmiddleware.go
@@ -260,7 +260,7 @@ func (i *MessagingMiddleware) interceptDecryptionKeys(
260
}
261
262
log.Info().
263
- Uint64("block", extra.Slot).
+ Uint64("slot", extra.Slot).
264
Uint64("tx-pointer", extra.TxPointer).
265
Int("num-signatures", len(signaturesDB)).
266
Int("num-keys", len(msg.Keys)).
0 commit comments