From bee15186297a0c60d8d2608037634aa4e4ceb9a1 Mon Sep 17 00:00:00 2001 From: 0xFirekeeper <0xFirekeeper@gmail.com> Date: Sat, 8 Feb 2025 01:30:01 +0700 Subject: [PATCH] make tracking utils public --- Thirdweb/Thirdweb.Utils/Utils.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Thirdweb/Thirdweb.Utils/Utils.cs b/Thirdweb/Thirdweb.Utils/Utils.cs index 3fe8e91..935fa6d 100644 --- a/Thirdweb/Thirdweb.Utils/Utils.cs +++ b/Thirdweb/Thirdweb.Utils/Utils.cs @@ -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 { @@ -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 {