Skip to content

Commit

Permalink
Update docs/learn/learn-account-abstraction.md
Browse files Browse the repository at this point in the history
Co-authored-by: bader y <[email protected]>
  • Loading branch information
filippoweb3 and CrackTheCode016 authored Sep 22, 2023
1 parent b396081 commit c4e64f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learn/learn-account-abstraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ When users interact with a blockchain they call _dispatchable_ functions to do s
those functions are called from the outside of the blockchain interface, in Polkadot's terms any
action that involves a dispatchable function is an [extrinsic](./learn-extrinsics.md). Extrinsics
are calls coming from the _outside_ of the blockchain interface that (if successfully executed)
invoke some changes in the _inside_ of a blockchain, the blockchain's state. An extrinsic is always
invoke some changes in the _inside_ of the blockchain's state. An extrinsic is always
directed to a specific function within a particular pallet (or module).

For example, the `balances.transferKeepAlive` extrinsic is directed to the `transferKeepAlive`
Expand Down

0 comments on commit c4e64f5

Please sign in to comment.