Skip to content

Commit

Permalink
adding using System
Browse files Browse the repository at this point in the history
  • Loading branch information
KBryan committed Apr 28, 2022
1 parent 717d34a commit 91d3bdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Web3Unity/Scripts/Library/Web3PrivateKey.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using System;
using System.Numerics;
using Nethereum.Signer;
using Nethereum.Hex.HexConvertors.Extensions;
Expand Down Expand Up @@ -44,4 +45,4 @@ public static string Sign(string _privateKey, string _message)
string signature = signer.EncodeUTF8AndSign(_message, new EthECKey(_privateKey));
return signature;
}
}
}

0 comments on commit 91d3bdc

Please sign in to comment.