Skip to content

Commit abd729d

Browse files
authored
returns hyphen
1 parent 4d68ea5 commit abd729d

File tree

1 file changed

+1
-1
lines changed
  • src/content/roadmap/account-abstraction

1 file changed

+1
-1
lines changed

src/content/roadmap/account-abstraction/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Smart contract wallets unlock many benefits for the user, including:
2323
- batch transactions together (e.g. approve and execute a swap in one go)
2424
- more opportunities for dapps and wallet developers to innovate on user experiences
2525

26-
These benefits are not natively supported today because only externally owned accounts ([EOAs](/glossary/#eoa)) can start transactions. EOAs are simply public-private key pairs. They work like this:
26+
These benefits are not natively supported today because only externally-owned accounts ([EOAs](/glossary/#eoa)) can start transactions. EOAs are simply public-private key pairs. They work like this:
2727

2828
- if you have the private key you can do _anything_ within the rules of the Ethereum Virtual Machine (EVM)
2929
- if you do not have the private key you can do _nothing_.

0 commit comments

Comments
 (0)