Skip to content

Commit

Permalink
make tracking utils public
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Feb 7, 2025
1 parent e527cf1 commit bee1518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Thirdweb/Thirdweb.Utils/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ internal static byte[] ToByteArrayForRLPEncoding(this BigInteger value)
return value.ToBytesForRLPEncoding();
}

internal static async void TrackTransaction(ThirdwebTransaction transaction, string transactionHash)
public static async void TrackTransaction(ThirdwebTransaction transaction, string transactionHash)
{
try
{
Expand Down Expand Up @@ -1223,7 +1223,7 @@ internal static async void TrackTransaction(ThirdwebTransaction transaction, str
}
}

internal static async void TrackConnection(IThirdwebWallet wallet)
public static async void TrackConnection(IThirdwebWallet wallet)
{
try
{
Expand Down

0 comments on commit bee1518

Please sign in to comment.