From 4841d193a507281a62db061cc8f860fbcc1ecf8f Mon Sep 17 00:00:00 2001 From: Shargon Date: Fri, 5 Jul 2024 00:27:26 -0700 Subject: [PATCH] Update tests/Neo.UnitTests/TestUtils.Transaction.cs --- tests/Neo.UnitTests/TestUtils.Transaction.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Neo.UnitTests/TestUtils.Transaction.cs b/tests/Neo.UnitTests/TestUtils.Transaction.cs index 0f85d6ee72..f96ac8ec74 100644 --- a/tests/Neo.UnitTests/TestUtils.Transaction.cs +++ b/tests/Neo.UnitTests/TestUtils.Transaction.cs @@ -27,7 +27,6 @@ namespace Neo.UnitTests; public partial class TestUtils { - public static Transaction CreateInvalidTransaction(DataCache snapshot, NEP6Wallet wallet, WalletAccount account, InvalidTransactionType type, UInt256 conflict = null) { var rand = new Random();