From 064087a7c0d85c75b73ff7d10dbadea4c0a5e20a Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 11 Mar 2021 22:08:36 +0900 Subject: [PATCH] fix test --- BTCPayServer.Tests/GreenfieldAPITests.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/BTCPayServer.Tests/GreenfieldAPITests.cs b/BTCPayServer.Tests/GreenfieldAPITests.cs index 6a4648835..92b3605fa 100644 --- a/BTCPayServer.Tests/GreenfieldAPITests.cs +++ b/BTCPayServer.Tests/GreenfieldAPITests.cs @@ -1560,9 +1560,6 @@ namespace BTCPayServer.Tests tx = await client.CreateOnChainTransactionButDoNotBroadcast(walletId.StoreId, walletId.CryptoCode, createTxRequest, tester.ExplorerClient.Network.NBitcoinNetwork); }); - - - createTxRequest.FeeRate = null; createTxRequest.Destinations[0].Amount = 0.001m; createTxRequest.Destinations[0].Destination = nodeAddress.ToString();