Skip to content

Commit

Permalink
Update Thirdweb.PrivateKeyAccount.Tests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Apr 8, 2024
1 parent 144a8a5 commit 67fa145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Thirdweb.Tests/Thirdweb.PrivateKeyAccount.Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 67fa145

Please sign in to comment.