Skip to content

Commit edbe643

Browse files
Update Thirdweb/Thirdweb.Wallets/IThirdwebWallet.cs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Firekeeper <0xFirekeeper@gmail.com>
1 parent 69df32e commit edbe643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Thirdweb/Thirdweb.Wallets/IThirdwebWallet.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public interface IThirdwebWallet
5656
/// Signs a raw message using personal signing.
5757
/// </summary>
5858
/// <param name="rawMessage">The raw message to sign.</param>
59-
/// <param name="originalMessage">Used for Ecosystem signing polciies purposes only.</param>
60-
/// <param name="chainId">Used for Ecosystem signing polciies purposes only.</param>
59+
/// <param name="originalMessage">Used for Ecosystem signing policies purposes only.</param>
60+
/// <param name="chainId">Used for Ecosystem signing policies purposes only.</param>
6161
/// <returns>The signed message.</returns>
6262
public Task<string> PersonalSign(byte[] rawMessage, object originalMessage = null, BigInteger? chainId = null);
6363

0 commit comments

Comments
 (0)