Skip to content

Commit bee1518

Browse files
committed
make tracking utils public
1 parent e527cf1 commit bee1518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Thirdweb/Thirdweb.Utils/Utils.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ internal static byte[] ToByteArrayForRLPEncoding(this BigInteger value)
11921192
return value.ToBytesForRLPEncoding();
11931193
}
11941194

1195-
internal static async void TrackTransaction(ThirdwebTransaction transaction, string transactionHash)
1195+
public static async void TrackTransaction(ThirdwebTransaction transaction, string transactionHash)
11961196
{
11971197
try
11981198
{
@@ -1223,7 +1223,7 @@ internal static async void TrackTransaction(ThirdwebTransaction transaction, str
12231223
}
12241224
}
12251225

1226-
internal static async void TrackConnection(IThirdwebWallet wallet)
1226+
public static async void TrackConnection(IThirdwebWallet wallet)
12271227
{
12281228
try
12291229
{

0 commit comments

Comments
 (0)