Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlagore committed Jul 23, 2017
1 parent c9cea3e commit 5ce4a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockchain/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type Address struct {

// Repr returns a string representation of the address. We follow
// ethereums protocol, replacing Keccak hash with SHA256.
// Where pr is the private key.
// Where pr is the private key,
// A(pr) = SHA256(ECDSAPUBLICKEY(pr))[96:255],
// Resources:
// http://gavwood.com/paper.pdf (fig 213)
Expand Down

0 comments on commit 5ce4a99

Please sign in to comment.