File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Thirdweb/Thirdweb.Wallets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ public interface IThirdwebWallet
56
56
/// Signs a raw message using personal signing.
57
57
/// </summary>
58
58
/// <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>
61
61
/// <returns>The signed message.</returns>
62
62
public Task < string > PersonalSign ( byte [ ] rawMessage , object originalMessage = null , BigInteger ? chainId = null ) ;
63
63
You can’t perform that action at this time.
0 commit comments