reverted main.rs to previous version
diff --git a/testsdk/src/main.rs b/testsdk/src/main.rs
index 4969aae..65d0987 100644
--- a/testsdk/src/main.rs
+++ b/testsdk/src/main.rs
@@ -226,7 +226,6 @@
         }
         Err(error) => {
             // Handle the error
-            println!("HERE2");
             eprintln!("Error: {}", error);
         }
     }
@@ -234,8 +233,8 @@
 
 
 fn main(){
-    //test_transaction_api();
-    //test_transaction_api_map();
-    //test_blocks_api();
+    test_transaction_api();
+    test_transaction_api_map();
+    test_blocks_api();
     test_blocks_api_map()
 }
\ No newline at end of file