From 717d34a7199b7fab6a552135bb5eddc4af93e878 Mon Sep 17 00:00:00 2001 From: kwame Date: Thu, 28 Apr 2022 16:07:21 -0400 Subject: [PATCH] class update --- Web3Unity/Scripts/Library/Web3PrivateKey.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Web3Unity/Scripts/Library/Web3PrivateKey.cs b/Web3Unity/Scripts/Library/Web3PrivateKey.cs index c376a3af9..644c99cdc 100755 --- a/Web3Unity/Scripts/Library/Web3PrivateKey.cs +++ b/Web3Unity/Scripts/Library/Web3PrivateKey.cs @@ -45,5 +45,3 @@ public static string Sign(string _privateKey, string _message) return signature; } } - -}