This commit is contained in:
nicolas.dorier
2021-03-11 22:08:36 +09:00
parent e13821ba49
commit 064087a7c0

View File

@@ -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();