Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Jun 14, 2024
1 parent a824d3e commit c9520e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Assets/Thirdweb/Core/Scripts/Transaction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,7 @@ private async Task<string> Send()
else
{
var force1559 = Input.Type != null && Input.Type.HexValue == new HexBigInteger((int)TransactionType.EIP1559).HexValue;
Debug.Log($"Force 1559: {force1559}");
var supports1559 = force1559 || (Input.Type == null && Utils.Supports1559(_sdk.Session.ChainId.ToString()));
Debug.Log($"Supports 1559: {supports1559}");
if (supports1559)
{
if (Input.GasPrice == null)
Expand Down

0 comments on commit c9520e3

Please sign in to comment.