Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez authored Jan 3, 2025
1 parent fc31507 commit 0971136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/1.concepts/protocol/access-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: access-keys
title: Access Keys
---
In all blockchains, users control their accounts by holding a [`private key`](](https://en.wikipedia.org/wiki/Public-key_cryptography) (a secret only they know) and using it to sign [transactions](./transactions.md).
In all blockchains, users control their accounts by holding a [`private key`](https://en.wikipedia.org/wiki/Public-key_cryptography) (a secret only they know) and using it to sign [transactions](./transactions.md).

![img](@site/static/docs/assets/welcome-pages/access-keys.png)

Expand Down Expand Up @@ -104,4 +104,4 @@ Locking an account is very useful when one wants to deploy a contract, and let t

:::warning
An account could still add keys to itself through a smart contract, effectively allowing the contract to unlock the account. Notice that this can only be done if the contract is deployed before the account is locked
:::
:::

0 comments on commit 0971136

Please sign in to comment.