Skip to content

Commit f5284f9

Browse files
committed
Update
1 parent d7c03b5 commit f5284f9

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/accounts

1 file changed

+1
-1
lines changed

public/content/developers/docs/accounts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Example:
7070

7171
The public key is generated from the private key using the [Elliptic Curve Digital Signature Algorithm](https://wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm). You get a public address for your account by taking the last 20 bytes of the Keccak-256 hash of the public key and adding `0x` to the beginning.
7272

73-
This means an externally owned account (EOA) has a 42-character address (20-byte segment which is 40 hexadecimal characters plus the `0x` prefix).
73+
This means an Externally owned account (EOA) has a 42-character address (20-byte segment which is 40 hexadecimal characters plus the `0x` prefix).
7474

7575
Example:
7676

0 commit comments

Comments
 (0)