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 c4e64f5 commit 4d1b9f9
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 @@ -46,7 +46,7 @@ those functions are called from the outside of the blockchain interface, in Polk
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 the blockchain's state. An extrinsic is always
directed to a specific function within a particular pallet (or module).
directed to a specific function within a particular [pallet](../general/glossary.md#pallet).

For example, the `balances.transferKeepAlive` extrinsic is directed to the `transferKeepAlive`
function within the `balances` pallet. If successful, the execution of that function will transfer
Expand Down

0 comments on commit 4d1b9f9

Please sign in to comment.