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
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
You can’t perform that action at this time.
0 commit comments