Skip to content

Commit

Permalink
Update beacon-chain/core/helpers/signing_root.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Ivan Martinez <[email protected]>
  • Loading branch information
terencechain and 0xKiwi authored Apr 14, 2020
1 parent b435a4a commit de7195c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/core/helpers/signing_root.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func ComputeDomain(domainType [DomainByteLength]byte, forkVersion []byte, genesi
return domain(domainType, forkDataRoot[:]), nil
}

// this returns the bls domain given by the domain type and fork data root..
// This returns the bls domain given by the domain type and fork data root.
func domain(domainType [DomainByteLength]byte, forkDataRoot []byte) []byte {
b := []byte{}
b = append(b, domainType[:4]...)
Expand Down

0 comments on commit de7195c

Please sign in to comment.