Skip to content

Commit

Permalink
fix: fix a typo (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanay1337 authored Feb 23, 2024
1 parent f18a049 commit e468b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/sdk-protocol-kit/guides/signatures/transactions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class EthSafeTransaction implements SafeTransaction {

Once the `safeTransaction` object is created, we need to collect the signatures from the signers who will sign it.

Following our [setup](../signatures.md), we will sign a Safe transaction from `safe3_4`, the main Safe account in this guide. To do that, we first need to sign the same transaction with its owners: `owner1`, `owner2`, `safe1_1, and `safe2_3`.
Following our [setup](../signatures.md), we will sign a Safe transaction from `safe3_4`, the main Safe account in this guide. To do that, we first need to sign the same transaction with its owners: `owner1`, `owner2`, `safe1_1`, and `safe2_3`.

### ECDSA signature

Expand Down

0 comments on commit e468b3f

Please sign in to comment.