Skip to content

Commit

Permalink
Merge pull request #2717 from OffchainLabs/log-daspublickey-startup
Browse files Browse the repository at this point in the history
Log the DAS public key on startup
  • Loading branch information
ganeshvanahalli authored Oct 3, 2024
2 parents 7a3d6e6 + d7c21bb commit 2650e34
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 2650e34

Please sign in to comment.