diff --git a/Thirdweb.Tests/Thirdweb.PrivateKeyAccount.Tests.cs b/Thirdweb.Tests/Thirdweb.PrivateKeyAccount.Tests.cs index a342566..3a69189 100644 --- a/Thirdweb.Tests/Thirdweb.PrivateKeyAccount.Tests.cs +++ b/Thirdweb.Tests/Thirdweb.PrivateKeyAccount.Tests.cs @@ -173,7 +173,7 @@ public async Task SignTransaction_Success() { From = await account.GetAddress(), To = Constants.ADDRESS_ZERO, - Value = new HexBigInteger(0), + // Value = new HexBigInteger(0), Gas = new HexBigInteger(21000), Data = "0x", Nonce = new HexBigInteger(99999999999),