Feedback
In your Safe SDK docs, in Protocol Kit under Signatures under Transaction where you are talking about safe2_3, I think there is some writing mistake where it is writing safe1_1 instead of safe2_3
Actual paragraph
To generate a Safe compatible signature, we use the buildContractSignature method, which takes an array of signatures and returns another signature that can be used with Safe accounts. After that, we add the signature from safe1_1 to our initial transaction.
URL: https://docs.safe.global/sdk/protocol-kit/guides/signatures/transactions
How can this issue be resolved?
- Just update the this line
After that, we add the signature from safe1_1 to our initial transaction. to say this After that, we add the signature from safe2_3 to our initial transaction.
Are you interested in working on this?
Feedback
In your Safe SDK docs, in Protocol Kit under Signatures under Transaction where you are talking about
safe2_3, I think there is some writing mistake where it is writingsafe1_1instead ofsafe2_3Actual paragraph
URL: https://docs.safe.global/sdk/protocol-kit/guides/signatures/transactions
How can this issue be resolved?
After that, we add the signature from safe1_1 to our initial transaction.to say thisAfter that, we add the signature from safe2_3 to our initial transaction.Are you interested in working on this?