This commit is contained in:
nicolas.dorier 2021-03-11 22:18:02 +09:00
parent 064087a7c0
commit 4f5392eb74
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -1560,6 +1560,9 @@ namespace BTCPayServer.Tests
tx = await client.CreateOnChainTransactionButDoNotBroadcast(walletId.StoreId, walletId.CryptoCode,
createTxRequest, tester.ExplorerClient.Network.NBitcoinNetwork);
});
createTxRequest.FeeRate = new FeeRate(5.0m);
createTxRequest.Destinations[0].Amount = 0.001m;
createTxRequest.Destinations[0].Destination = nodeAddress.ToString();