Skip to content

Commit

Permalink
Log the DAS public key on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshvanahalli committed Oct 2, 2024
1 parent 7a3d6e6 commit d7c21bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions das/sign_after_store_das_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func NewSignAfterStoreDASWriter(ctx context.Context, config DataAvailabilityConf
if err != nil {
return nil, err
}
log.Info("DAS public key used for signing", "key", hexutil.Encode(blsSignatures.PublicKeyToBytes(publicKey)))

keyset := &daprovider.DataAvailabilityKeyset{
AssumedHonest: 1,
Expand Down

0 comments on commit d7c21bb

Please sign in to comment.