Skip to content

Commit

Permalink
Merge branch 'master' into gligneul/test-batch-poster-das-fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul authored Oct 3, 2024
2 parents 7937e63 + 2650e34 commit 39c017c
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 39c017c

Please sign in to comment.