Commit 9e93f0f
authored
chore: update public key recovery example in docs (#1638)
When viewing the [docs hub
example](https://docs.fuel.network/docs/fuels-rs/wallets/signing/#signing)
on how to recover a public key, the variable name provided is
`recovered_address`. This is misleading and leads to confusion as the
recovered type is a `PublicKey`
https://github.com/FuelLabs/fuel-vm/blob/09c500838b734603970c62d414e0e95825f44773/fuel-crypto/src/secp256/signature.rs#L140C56-L140C65.
This has been updated to a more appropriate name.
# Checklist
- [x] All **changes** are **covered** by **tests** (or not applicable)
- [x] All **changes** are **documented** (or not applicable)
- [x] I **reviewed** the **entire PR** myself (preferably, on GH UI)
- [x] I **described** all **Breaking Changes** (or there's none)1 parent 966d34b commit 9e93f0f
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
| 112 | + | |
| 113 | + | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments